Html Css Color HEX #604E42 Cork

📋 copy color: '#604E42'

red 96 ◦ green 78 ◦ blue 66

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

Shades of Cork #604E42

Tints of Cork #604E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.5%

R = 40%
G = 32.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#604E42 (or 0x604E42) is known color: Cork. HEX triplet: 60, 4E and 42. RGB value is (96,78,66). Sum of RGB (Red+Green+Blue) = 96+78+66=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #604E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E42 is #9FB1BD. Grayscale: #525252. Windows color (decimal): -10465726 or 4345440. OLE color: 4345440.

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

Color convert

RGB 96 78 66 -
CMYK 0 0.19 0.31 0.62
HSL 24º 0.19% 0.32% -
HSV(B) 24º 0.31% 0.38% -
XYZ 8.53 8.33 6.31 -
YUV 82.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 96 78 66 0 0.19 0.31 0.62 24 0.19 0.32
Hex 60 4E 42 0 13 1F 3E 18 13 20
Octal 140 116 102 0 23 37 76 30 23 40
Binary 1100000 1001110 1000010 0 10011 11111 111110 11000 10011 100000

Color Harmonies of #604E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E42

Black with #604E42

Text Example


Text Example

White with #604E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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