Html Css Color HEX #666533 Verdigris

📋 copy color: '#666533'

red 102 ◦ green 101 ◦ blue 51

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

Shades of Verdigris #666533

Tints of Verdigris #666533

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 40.16%
G = 39.76%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#666533 (or 0x666533) is known color: Verdigris. HEX triplet: 66, 65 and 33. RGB value is (102,101,51). Sum of RGB (Red+Green+Blue) = 102+101+51=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #666533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666533 is #999ACC. Grayscale: #5F5F5F. Windows color (decimal): -10066637 or 3368294. OLE color: 3368294.

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

Color convert

RGB 102 101 51 -
CMYK 0 0.01 0.5 0.6
HSL 58.82º 0.33% 0.3% -
HSV(B) 58.82º 0.5% 0.4% -
XYZ 10.73 12.37 4.95 -
YUV 95.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 102 101 51 0 0.01 0.5 0.6 58.82 0.33 0.3
Hex 66 65 33 0 1 32 3C 3B 21 1E
Octal 146 145 63 0 1 62 74 73 41 36
Binary 1100110 1100101 110011 0 1 110010 111100 111011 100001 11110

Color Harmonies of #666533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666533

Black with #666533

Text Example


Text Example

White with #666533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666533; }

 p { color: rgb(102,101,51); }

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

background-color css

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

 a { background-color: rgb(102,101,51); }

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

border-color css

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

 span { border-color: rgb(102,101,51); }

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