Html Css Color HEX #614948 Congo Brown

📋 copy color: '#614948'

red 97 ◦ green 73 ◦ blue 72

#614948
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #614948

Tints of Congo Brown #614948

RGB

 RED value IS 97 (38.28% from 255) = 40.08%

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 40.08%
G = 30.17%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#614948 (or 0x614948) is known color: Congo Brown. HEX triplet: 61, 49 and 48. RGB value is (97,73,72). Sum of RGB (Red+Green+Blue) = 97+73+72=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #614948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614948 is #9EB6B7. Grayscale: #505050. Windows color (decimal): -10401464 or 4737377. OLE color: 4737377.

HSL color Cylindrical-coordinate representation of color #614948: hue angle of 2.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #614948 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 72 -
CMYK 0 0.25 0.26 0.62
HSL 2.4º 0.15% 0.33% -
HSV(B) 2.4º 0.26% 0.38% -
XYZ 8.48 7.77 7.18 -
YUV 80.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 97 73 72 0 0.25 0.26 0.62 2.4 0.15 0.33
Hex 61 49 48 0 19 1A 3E 2 F 21
Octal 141 111 110 0 31 32 76 2 17 41
Binary 1100001 1001001 1001000 0 11001 11010 111110 10 1111 100001

Color Harmonies of #614948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614948

Black with #614948

Text Example


Text Example

White with #614948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614948; }

 p { color: rgb(97,73,72); }

 H1.HeaderClassName
 {
   color: #614948;
 }
 .AnyTagClassName
 {
   color: #614948;
 }
</style>

background-color css

<style>
 a { background-color: #614948; }

 a { background-color: rgb(97,73,72); }

 div.DivClassName
 {
   background-color: #614948;
 }
 .BgClassName
 {
   background-color: #614948;
 }
</style>

border-color css

<style>
 span { border-color: #614948; }

 span { border-color: rgb(97,73,72); }

 td.TdClassName
 {
   border-color: #614948;
 }
 .TagClassName
 {
   border-color: #614948;
 }
</style>