Html Css Color HEX #666335 Verdigris

📋 copy color: '#666335'

red 102 ◦ green 99 ◦ blue 53

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

Shades of Verdigris #666335

Tints of Verdigris #666335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

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

R = 40.16%
G = 38.98%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#666335 (or 0x666335) is known color: Verdigris. HEX triplet: 66, 63 and 35. RGB value is (102,99,53). Sum of RGB (Red+Green+Blue) = 102+99+53=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #666335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666335 is #999CCA. Grayscale: #5E5E5E. Windows color (decimal): -10067147 or 3498854. OLE color: 3498854.

HSL color Cylindrical-coordinate representation of color #666335: hue angle of 56.33º 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 #666335 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 99 53 -
CMYK 0 0.03 0.48 0.6
HSL 56.33º 0.32% 0.3% -
HSV(B) 56.33º 0.48% 0.4% -
XYZ 10.58 12.01 5.13 -
YUV 94.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 102 99 53 0 0.03 0.48 0.6 56.33 0.32 0.3
Hex 66 63 35 0 3 30 3C 38 20 1E
Octal 146 143 65 0 3 60 74 70 40 36
Binary 1100110 1100011 110101 0 11 110000 111100 111000 100000 11110

Color Harmonies of #666335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666335

Black with #666335

Text Example


Text Example

White with #666335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666335; }

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

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

background-color css

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

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

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

border-color css

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

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

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