Html Css Color HEX #604744 Congo Brown

📋 copy color: '#604744'

red 96 ◦ green 71 ◦ blue 68

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

Shades of Congo Brown #604744

Tints of Congo Brown #604744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

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

R = 40.85%
G = 30.21%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#604744 (or 0x604744) is known color: Congo Brown. HEX triplet: 60, 47 and 44. RGB value is (96,71,68). Sum of RGB (Red+Green+Blue) = 96+71+68=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #604744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604744 is #9FB8BB. Grayscale: #4E4E4E. Windows color (decimal): -10467516 or 4474720. OLE color: 4474720.

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

Color convert

RGB 96 71 68 -
CMYK 0 0.26 0.29 0.62
HSL 6.43º 0.17% 0.32% -
HSV(B) 6.43º 0.29% 0.38% -
XYZ 8.12 7.41 6.47 -
YUV 78.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 96 71 68 0 0.26 0.29 0.62 6.43 0.17 0.32
Hex 60 47 44 0 1A 1D 3E 6 11 20
Octal 140 107 104 0 32 35 76 6 21 40
Binary 1100000 1000111 1000100 0 11010 11101 111110 110 10001 100000

Color Harmonies of #604744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604744

Black with #604744

Text Example


Text Example

White with #604744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604744; }

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

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

background-color css

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

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

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

border-color css

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

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

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