Html Css Color HEX #605E42 Verdigris

📋 copy color: '#605E42'

red 96 ◦ green 94 ◦ blue 66

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

Shades of Verdigris #605E42

Tints of Verdigris #605E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

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

R = 37.5%
G = 36.72%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#605E42 (or 0x605E42) is known color: Verdigris. HEX triplet: 60, 5E and 42. RGB value is (96,94,66). Sum of RGB (Red+Green+Blue) = 96+94+66=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #605E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E42 is #9FA1BD. Grayscale: #5B5B5B. Windows color (decimal): -10461630 or 4349536. OLE color: 4349536.

HSL color Cylindrical-coordinate representation of color #605E42: hue angle of 56º 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 #605E42 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 94 66 -
CMYK 0 0.02 0.31 0.62
HSL 56º 0.19% 0.32% -
HSV(B) 56º 0.31% 0.38% -
XYZ 9.81 10.89 6.74 -
YUV 91.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 96 94 66 0 0.02 0.31 0.62 56 0.19 0.32
Hex 60 5E 42 0 2 1F 3E 38 13 20
Octal 140 136 102 0 2 37 76 70 23 40
Binary 1100000 1011110 1000010 0 10 11111 111110 111000 10011 100000

Color Harmonies of #605E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E42

Black with #605E42

Text Example


Text Example

White with #605E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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