Html Css Color HEX #604842 Congo Brown

📋 copy color: '#604842'

red 96 ◦ green 72 ◦ blue 66

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

Shades of Congo Brown #604842

Tints of Congo Brown #604842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 41.03%
G = 30.77%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#604842 (or 0x604842) is known color: Congo Brown. HEX triplet: 60, 48 and 42. RGB value is (96,72,66). Sum of RGB (Red+Green+Blue) = 96+72+66=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #604842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604842 is #9FB7BD. Grayscale: #4E4E4E. Windows color (decimal): -10467262 or 4343904. OLE color: 4343904.

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

Color convert

RGB 96 72 66 -
CMYK 0 0.25 0.31 0.62
HSL 12º 0.19% 0.32% -
HSV(B) 12º 0.31% 0.38% -
XYZ 8.12 7.51 6.18 -
YUV 78.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 96 72 66 0 0.25 0.31 0.62 12 0.19 0.32
Hex 60 48 42 0 19 1F 3E C 13 20
Octal 140 110 102 0 31 37 76 14 23 40
Binary 1100000 1001000 1000010 0 11001 11111 111110 1100 10011 100000

Color Harmonies of #604842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604842

Black with #604842

Text Example


Text Example

White with #604842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604842; }

 p { color: rgb(96,72,66); }

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

background-color css

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

 a { background-color: rgb(96,72,66); }

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

border-color css

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

 span { border-color: rgb(96,72,66); }

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