Html Css Color HEX #604944 Congo Brown

📋 copy color: '#604944'

red 96 ◦ green 73 ◦ blue 68

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

Shades of Congo Brown #604944

Tints of Congo Brown #604944

RGB

 RED value IS 96 (37.89% from 255) = 40.51%

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

 BLUE value IS 68 (26.95% from 255) = 28.69%

R = 40.51%
G = 30.8%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#604944 (or 0x604944) is known color: Congo Brown. HEX triplet: 60, 49 and 44. RGB value is (96,73,68). Sum of RGB (Red+Green+Blue) = 96+73+68=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #604944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604944 is #9FB6BB. Grayscale: #4F4F4F. Windows color (decimal): -10467004 or 4475232. OLE color: 4475232.

HSL color Cylindrical-coordinate representation of color #604944: hue angle of 10.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #604944 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 73 68 -
CMYK 0 0.24 0.29 0.62
HSL 10.71º 0.17% 0.32% -
HSV(B) 10.71º 0.29% 0.38% -
XYZ 8.25 7.67 6.51 -
YUV 79.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 96 73 68 0 0.24 0.29 0.62 10.71 0.17 0.32
Hex 60 49 44 0 18 1D 3E B 11 20
Octal 140 111 104 0 30 35 76 13 21 40
Binary 1100000 1001001 1000100 0 11000 11101 111110 1011 10001 100000

Color Harmonies of #604944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604944

Black with #604944

Text Example


Text Example

White with #604944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604944; }

 p { color: rgb(96,73,68); }

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

background-color css

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

 a { background-color: rgb(96,73,68); }

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

border-color css

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

 span { border-color: rgb(96,73,68); }

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