Html Css Color HEX #66633C Verdigris

📋 copy color: '#66633C'

red 102 ◦ green 99 ◦ blue 60

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

Shades of Verdigris #66633C

Tints of Verdigris #66633C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.99%

R = 39.08%
G = 37.93%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66633C (or 0x66633C) is known color: Verdigris. HEX triplet: 66, 63 and 3C. RGB value is (102,99,60). Sum of RGB (Red+Green+Blue) = 102+99+60=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #66633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66633C is #999CC3. Grayscale: #5F5F5F. Windows color (decimal): -10067140 or 3957606. OLE color: 3957606.

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

Color convert

RGB 102 99 60 -
CMYK 0 0.03 0.41 0.6
HSL 55.71º 0.26% 0.32% -
HSV(B) 55.71º 0.41% 0.4% -
XYZ 10.76 12.07 6.04 -
YUV 95.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 102 99 60 0 0.03 0.41 0.6 55.71 0.26 0.32
Hex 66 63 3C 0 3 29 3C 38 1A 20
Octal 146 143 74 0 3 51 74 70 32 40
Binary 1100110 1100011 111100 0 11 101001 111100 111000 11010 100000

Color Harmonies of #66633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66633C

Black with #66633C

Text Example


Text Example

White with #66633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66633C; }

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

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

background-color css

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

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

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

border-color css

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

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

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