Html Css Color HEX #606144 Verdigris

📋 copy color: '#606144'

red 96 ◦ green 97 ◦ blue 68

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

Shades of Verdigris #606144

Tints of Verdigris #606144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.05%

R = 36.78%
G = 37.16%
B = 26.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#606144 (or 0x606144) is known color: Verdigris. HEX triplet: 60, 61 and 44. RGB value is (96,97,68). Sum of RGB (Red+Green+Blue) = 96+97+68=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #606144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606144 is #9F9EBB. Grayscale: #5D5D5D. Windows color (decimal): -10460860 or 4481376. OLE color: 4481376.

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

Color convert

RGB 96 97 68 -
CMYK 0.01 0 0.30 0.62
HSL 62.07º 0.18% 0.32% -
HSV(B) 62.07º 0.3% 0.38% -
XYZ 10.14 11.45 7.15 -
YUV 93.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 96 97 68 0.01 0 0.30 0.62 62.07 0.18 0.32
Hex 60 61 44 1 0 1E 3E 3E 12 20
Octal 140 141 104 1 0 36 76 76 22 40
Binary 1100000 1100001 1000100 1 0 11110 111110 111110 10010 100000

Color Harmonies of #606144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606144

Black with #606144

Text Example


Text Example

White with #606144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606144; }

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

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

background-color css

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

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

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

border-color css

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

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

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