Html Css Color HEX #604644 Congo Brown

📋 copy color: '#604644'

red 96 ◦ green 70 ◦ blue 68

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

Shades of Congo Brown #604644

Tints of Congo Brown #604644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 68 (26.95% from 255) = 29.06%

R = 41.03%
G = 29.91%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#604644 (or 0x604644) is known color: Congo Brown. HEX triplet: 60, 46 and 44. RGB value is (96,70,68). Sum of RGB (Red+Green+Blue) = 96+70+68=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #604644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604644 is #9FB9BB. Grayscale: #4D4D4D. Windows color (decimal): -10467772 or 4474464. OLE color: 4474464.

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

Color convert

RGB 96 70 68 -
CMYK 0 0.27 0.29 0.62
HSL 4.29º 0.17% 0.32% -
HSV(B) 4.29º 0.29% 0.38% -
XYZ 8.06 7.28 6.45 -
YUV 77.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 96 70 68 0 0.27 0.29 0.62 4.29 0.17 0.32
Hex 60 46 44 0 1B 1D 3E 4 11 20
Octal 140 106 104 0 33 35 76 4 21 40
Binary 1100000 1000110 1000100 0 11011 11101 111110 100 10001 100000

Color Harmonies of #604644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604644

Black with #604644

Text Example


Text Example

White with #604644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604644; }

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

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

background-color css

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

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

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

border-color css

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

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

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