Html Css Color HEX #666035 Verdigris

📋 copy color: '#666035'

red 102 ◦ green 96 ◦ blue 53

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

Shades of Verdigris #666035

Tints of Verdigris #666035

RGB

 RED value IS 102 (40.23% from 255) = 40.64%

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

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

R = 40.64%
G = 38.25%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#666035 (or 0x666035) is known color: Verdigris. HEX triplet: 66, 60 and 35. RGB value is (102,96,53). Sum of RGB (Red+Green+Blue) = 102+96+53=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #666035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666035 is #999FCA. Grayscale: #5D5D5D. Windows color (decimal): -10067915 or 3498086. OLE color: 3498086.

HSL color Cylindrical-coordinate representation of color #666035: hue angle of 52.65º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666035 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 96 53 -
CMYK 0 0.06 0.48 0.6
HSL 52.65º 0.32% 0.3% -
HSV(B) 52.65º 0.48% 0.4% -
XYZ 10.3 11.45 5.03 -
YUV 92.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 102 96 53 0 0.06 0.48 0.6 52.65 0.32 0.3
Hex 66 60 35 0 6 30 3C 35 20 1E
Octal 146 140 65 0 6 60 74 65 40 36
Binary 1100110 1100000 110101 0 110 110000 111100 110101 100000 11110

Color Harmonies of #666035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666035

Black with #666035

Text Example


Text Example

White with #666035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666035; }

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

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

background-color css

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

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

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

border-color css

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

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

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