Html Css Color HEX #606236 Verdigris

📋 copy color: '#606236'

red 96 ◦ green 98 ◦ blue 54

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

Shades of Verdigris #606236

Tints of Verdigris #606236

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 38.71%
G = 39.52%
B = 21.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#606236 (or 0x606236) is known color: Verdigris. HEX triplet: 60, 62 and 36. RGB value is (96,98,54). Sum of RGB (Red+Green+Blue) = 96+98+54=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #606236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606236 is #9F9DC9. Grayscale: #5C5C5C. Windows color (decimal): -10460618 or 3564128. OLE color: 3564128.

HSL color Cylindrical-coordinate representation of color #606236: hue angle of 62.73º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #606236 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 54 -
CMYK 0.02 0 0.45 0.62
HSL 62.73º 0.29% 0.3% -
HSV(B) 62.73º 0.45% 0.38% -
XYZ 9.86 11.49 5.19 -
YUV 92.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 96 98 54 0.02 0 0.45 0.62 62.73 0.29 0.3
Hex 60 62 36 2 0 2D 3E 3F 1D 1E
Octal 140 142 66 2 0 55 76 77 35 36
Binary 1100000 1100010 110110 10 0 101101 111110 111111 11101 11110

Color Harmonies of #606236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606236

Black with #606236

Text Example


Text Example

White with #606236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606236; }

 p { color: rgb(96,98,54); }

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

background-color css

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

 a { background-color: rgb(96,98,54); }

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

border-color css

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

 span { border-color: rgb(96,98,54); }

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