Html Css Color HEX #604D40 Cork

📋 copy color: '#604D40'

red 96 ◦ green 77 ◦ blue 64

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

Shades of Cork #604D40

Tints of Cork #604D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

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

R = 40.51%
G = 32.49%
B = 27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#604D40 (or 0x604D40) is known color: Cork. HEX triplet: 60, 4D and 40. RGB value is (96,77,64). Sum of RGB (Red+Green+Blue) = 96+77+64=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #604D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D40 is #9FB2BF. Grayscale: #515151. Windows color (decimal): -10465984 or 4214112. OLE color: 4214112.

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

Color convert

RGB 96 77 64 -
CMYK 0 0.20 0.33 0.62
HSL 24.38º 0.2% 0.31% -
HSV(B) 24.38º 0.33% 0.38% -
XYZ 8.4 8.16 5.98 -
YUV 81.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 96 77 64 0 0.20 0.33 0.62 24.38 0.2 0.31
Hex 60 4D 40 0 14 21 3E 18 14 1F
Octal 140 115 100 0 24 41 76 30 24 37
Binary 1100000 1001101 1000000 0 10100 100001 111110 11000 10100 11111

Color Harmonies of #604D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D40

Black with #604D40

Text Example


Text Example

White with #604D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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