Html Css Color HEX #604C40 Cork

📋 copy color: '#604C40'

red 96 ◦ green 76 ◦ blue 64

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

Shades of Cork #604C40

Tints of Cork #604C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

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

R = 40.68%
G = 32.2%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#604C40 (or 0x604C40) is known color: Cork. HEX triplet: 60, 4C and 40. RGB value is (96,76,64). Sum of RGB (Red+Green+Blue) = 96+76+64=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #604C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C40 is #9FB3BF. Grayscale: #505050. Windows color (decimal): -10466240 or 4213856. OLE color: 4213856.

HSL color Cylindrical-coordinate representation of color #604C40: hue angle of 22.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 #604C40 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 76 64 -
CMYK 0 0.21 0.33 0.62
HSL 22.5º 0.2% 0.31% -
HSV(B) 22.5º 0.33% 0.38% -
XYZ 8.33 8.03 5.96 -
YUV 80.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 96 76 64 0 0.21 0.33 0.62 22.5 0.2 0.31
Hex 60 4C 40 0 15 21 3E 16 14 1F
Octal 140 114 100 0 25 41 76 26 24 37
Binary 1100000 1001100 1000000 0 10101 100001 111110 10110 10100 11111

Color Harmonies of #604C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C40

Black with #604C40

Text Example


Text Example

White with #604C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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