Html Css Color HEX #604541 Congo Brown

📋 copy color: '#604541'

red 96 ◦ green 69 ◦ blue 65

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

Shades of Congo Brown #604541

Tints of Congo Brown #604541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 41.74%
G = 30%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#604541 (or 0x604541) is known color: Congo Brown. HEX triplet: 60, 45 and 41. RGB value is (96,69,65). Sum of RGB (Red+Green+Blue) = 96+69+65=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #604541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604541 is #9FBABE. Grayscale: #4C4C4C. Windows color (decimal): -10468031 or 4277600. OLE color: 4277600.

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

Color convert

RGB 96 69 65 -
CMYK 0 0.28 0.32 0.62
HSL 7.74º 0.19% 0.32% -
HSV(B) 7.74º 0.32% 0.38% -
XYZ 7.91 7.12 5.96 -
YUV 76.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 96 69 65 0 0.28 0.32 0.62 7.74 0.19 0.32
Hex 60 45 41 0 1C 20 3E 8 13 20
Octal 140 105 101 0 34 40 76 10 23 40
Binary 1100000 1000101 1000001 0 11100 100000 111110 1000 10011 100000

Color Harmonies of #604541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604541

Black with #604541

Text Example


Text Example

White with #604541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604541; }

 p { color: rgb(96,69,65); }

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

background-color css

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

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

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

border-color css

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

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

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