Html Css Color HEX #606142 Verdigris

📋 copy color: '#606142'

red 96 ◦ green 97 ◦ blue 66

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

Shades of Verdigris #606142

Tints of Verdigris #606142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.45%

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

R = 37.07%
G = 37.45%
B = 25.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#606142 (or 0x606142) is known color: Verdigris. HEX triplet: 60, 61 and 42. RGB value is (96,97,66). Sum of RGB (Red+Green+Blue) = 96+97+66=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #606142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606142 is #9F9EBD. Grayscale: #5D5D5D. Windows color (decimal): -10460862 or 4350304. OLE color: 4350304.

HSL color Cylindrical-coordinate representation of color #606142: hue angle of 61.94º 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 #606142 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 97 66 -
CMYK 0.01 0 0.32 0.62
HSL 61.94º 0.19% 0.32% -
HSV(B) 61.94º 0.32% 0.38% -
XYZ 10.08 11.43 6.83 -
YUV 93.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 96 97 66 0.01 0 0.32 0.62 61.94 0.19 0.32
Hex 60 61 42 1 0 20 3E 3E 13 20
Octal 140 141 102 1 0 40 76 76 23 40
Binary 1100000 1100001 1000010 1 0 100000 111110 111110 10011 100000

Color Harmonies of #606142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606142

Black with #606142

Text Example


Text Example

White with #606142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606142; }

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

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

background-color css

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

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

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

border-color css

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

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

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