Html Css Color HEX #604C46 Congo Brown

📋 copy color: '#604C46'

red 96 ◦ green 76 ◦ blue 70

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

Shades of Congo Brown #604C46

Tints of Congo Brown #604C46

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

 BLUE value IS 70 (27.73% from 255) = 28.93%

R = 39.67%
G = 31.4%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#604C46 (or 0x604C46) is known color: Congo Brown. HEX triplet: 60, 4C and 46. RGB value is (96,76,70). Sum of RGB (Red+Green+Blue) = 96+76+70=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #604C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C46 is #9FB3B9. Grayscale: #515151. Windows color (decimal): -10466234 or 4607072. OLE color: 4607072.

HSL color Cylindrical-coordinate representation of color #604C46: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604C46 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 76 70 -
CMYK 0 0.21 0.27 0.62
HSL 13.85º 0.16% 0.33% -
HSV(B) 13.85º 0.27% 0.38% -
XYZ 8.51 8.1 6.91 -
YUV 81.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 96 76 70 0 0.21 0.27 0.62 13.85 0.16 0.33
Hex 60 4C 46 0 15 1B 3E E 10 21
Octal 140 114 106 0 25 33 76 16 20 41
Binary 1100000 1001100 1000110 0 10101 11011 111110 1110 10000 100001

Color Harmonies of #604C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C46

Black with #604C46

Text Example


Text Example

White with #604C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604C46; }

 p { color: rgb(96,76,70); }

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

background-color css

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

 a { background-color: rgb(96,76,70); }

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

border-color css

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

 span { border-color: rgb(96,76,70); }

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