Html Css Color HEX #604E4E Congo Brown

📋 copy color: '#604E4E'

red 96 ◦ green 78 ◦ blue 78

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

Shades of Congo Brown #604E4E

Tints of Congo Brown #604E4E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.95%

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 38.1%
G = 30.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#604E4E (or 0x604E4E) is known color: Congo Brown. HEX triplet: 60, 4E and 4E. RGB value is (96,78,78). Sum of RGB (Red+Green+Blue) = 96+78+78=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E4E is #9FB1B1. Grayscale: #535353. Windows color (decimal): -10465714 or 5131872. OLE color: 5131872.

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

Color convert

RGB 96 78 78 -
CMYK 0 0.19 0.19 0.62
HSL 0.1% 0.34% -
HSV(B) 0.19% 0.38% -
XYZ 8.92 8.49 8.38 -
YUV 83.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 96 78 78 0 0.19 0.19 0.62 0 0.1 0.34
Hex 60 4E 4E 0 13 13 3E 0 A 22
Octal 140 116 116 0 23 23 76 0 12 42
Binary 1100000 1001110 1001110 0 10011 10011 111110 0 1010 100010

Color Harmonies of #604E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E4E

Black with #604E4E

Text Example


Text Example

White with #604E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,78,78); }

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

background-color css

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

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

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

border-color css

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

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

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