Html Css Color HEX #666336 Verdigris

📋 copy color: '#666336'

red 102 ◦ green 99 ◦ blue 54

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

Shades of Verdigris #666336

Tints of Verdigris #666336

RGB

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

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

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

R = 40%
G = 38.82%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#666336 (or 0x666336) is known color: Verdigris. HEX triplet: 66, 63 and 36. RGB value is (102,99,54). Sum of RGB (Red+Green+Blue) = 102+99+54=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #666336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666336 is #999CC9. Grayscale: #5E5E5E. Windows color (decimal): -10067146 or 3564390. OLE color: 3564390.

HSL color Cylindrical-coordinate representation of color #666336: hue angle of 56.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #666336 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 99 54 -
CMYK 0 0.03 0.47 0.6
HSL 56.25º 0.31% 0.31% -
HSV(B) 56.25º 0.47% 0.4% -
XYZ 10.61 12.01 5.25 -
YUV 94.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 102 99 54 0 0.03 0.47 0.6 56.25 0.31 0.31
Hex 66 63 36 0 3 2F 3C 38 1F 1F
Octal 146 143 66 0 3 57 74 70 37 37
Binary 1100110 1100011 110110 0 11 101111 111100 111000 11111 11111

Color Harmonies of #666336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666336

Black with #666336

Text Example


Text Example

White with #666336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666336; }

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

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

background-color css

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

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

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

border-color css

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

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

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