Html Css Color HEX #606035 Verdigris

📋 copy color: '#606035'

red 96 ◦ green 96 ◦ blue 53

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

Shades of Verdigris #606035

Tints of Verdigris #606035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 39.18%
G = 39.18%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#606035 (or 0x606035) is known color: Verdigris. HEX triplet: 60, 60 and 35. RGB value is (96,96,53). Sum of RGB (Red+Green+Blue) = 96+96+53=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606035 is #9F9FCA. Grayscale: #5B5B5B. Windows color (decimal): -10461131 or 3498080. OLE color: 3498080.

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

Color convert

RGB 96 96 53 -
CMYK 0 0 0.45 0.62
HSL 60º 0.29% 0.29% -
HSV(B) 60º 0.45% 0.38% -
XYZ 9.65 11.11 5 -
YUV 91.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 96 96 53 0 0 0.45 0.62 60 0.29 0.29
Hex 60 60 35 0 0 2D 3E 3C 1D 1D
Octal 140 140 65 0 0 55 76 74 35 35
Binary 1100000 1100000 110101 0 0 101101 111110 111100 11101 11101

Color Harmonies of #606035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606035

Black with #606035

Text Example


Text Example

White with #606035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606035; }

 p { color: rgb(96,96,53); }

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

background-color css

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

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

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

border-color css

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

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

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