Html Css Color HEX #604E41 Cork

📋 copy color: '#604E41'

red 96 ◦ green 78 ◦ blue 65

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

Shades of Cork #604E41

Tints of Cork #604E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.64%

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 40.17%
G = 32.64%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#604E41 (or 0x604E41) is known color: Cork. HEX triplet: 60, 4E and 41. RGB value is (96,78,65). Sum of RGB (Red+Green+Blue) = 96+78+65=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #604E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E41 is #9FB1BE. Grayscale: #515151. Windows color (decimal): -10465727 or 4279904. OLE color: 4279904.

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

Color convert

RGB 96 78 65 -
CMYK 0 0.19 0.32 0.62
HSL 25.16º 0.19% 0.32% -
HSV(B) 25.16º 0.32% 0.38% -
XYZ 8.5 8.32 6.16 -
YUV 81.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 96 78 65 0 0.19 0.32 0.62 25.16 0.19 0.32
Hex 60 4E 41 0 13 20 3E 19 13 20
Octal 140 116 101 0 23 40 76 31 23 40
Binary 1100000 1001110 1000001 0 10011 100000 111110 11001 10011 100000

Color Harmonies of #604E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E41

Black with #604E41

Text Example


Text Example

White with #604E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,78,65); }

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

background-color css

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

 a { background-color: rgb(96,78,65); }

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

border-color css

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

 span { border-color: rgb(96,78,65); }

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