Html Css Color HEX #604440 Congo Brown

📋 copy color: '#604440'

red 96 ◦ green 68 ◦ blue 64

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

Shades of Congo Brown #604440

Tints of Congo Brown #604440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.07%

R = 42.11%
G = 29.82%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#604440 (or 0x604440) is known color: Congo Brown. HEX triplet: 60, 44 and 40. RGB value is (96,68,64). Sum of RGB (Red+Green+Blue) = 96+68+64=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #604440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604440 is #9FBBBF. Grayscale: #4B4B4B. Windows color (decimal): -10468288 or 4211808. OLE color: 4211808.

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

Color convert

RGB 96 68 64 -
CMYK 0 0.29 0.33 0.62
HSL 7.5º 0.2% 0.31% -
HSV(B) 7.5º 0.33% 0.38% -
XYZ 7.82 6.99 5.79 -
YUV 75.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 96 68 64 0 0.29 0.33 0.62 7.5 0.2 0.31
Hex 60 44 40 0 1D 21 3E 8 14 1F
Octal 140 104 100 0 35 41 76 10 24 37
Binary 1100000 1000100 1000000 0 11101 100001 111110 1000 10100 11111

Color Harmonies of #604440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604440

Black with #604440

Text Example


Text Example

White with #604440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604440; }

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

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

background-color css

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

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

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

border-color css

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

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

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