Html Css Color HEX #604441 Congo Brown

📋 copy color: '#604441'

red 96 ◦ green 68 ◦ blue 65

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

Shades of Congo Brown #604441

Tints of Congo Brown #604441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 41.92%
G = 29.69%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#604441 (or 0x604441) is known color: Congo Brown. HEX triplet: 60, 44 and 41. RGB value is (96,68,65). Sum of RGB (Red+Green+Blue) = 96+68+65=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #604441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604441 is #9FBBBE. Grayscale: #4C4C4C. Windows color (decimal): -10468287 or 4277344. OLE color: 4277344.

HSL color Cylindrical-coordinate representation of color #604441: hue angle of 5.81º 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 #604441 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 68 65 -
CMYK 0 0.29 0.32 0.62
HSL 5.81º 0.19% 0.32% -
HSV(B) 5.81º 0.32% 0.38% -
XYZ 7.85 7 5.94 -
YUV 76.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 96 68 65 0 0.29 0.32 0.62 5.81 0.19 0.32
Hex 60 44 41 0 1D 20 3E 6 13 20
Octal 140 104 101 0 35 40 76 6 23 40
Binary 1100000 1000100 1000001 0 11101 100000 111110 110 10011 100000

Color Harmonies of #604441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604441

Black with #604441

Text Example


Text Example

White with #604441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604441; }

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

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

background-color css

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

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

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

border-color css

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

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

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