Html Css Color HEX #66633E Verdigris

📋 copy color: '#66633E'

red 102 ◦ green 99 ◦ blue 62

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

Shades of Verdigris #66633E

Tints of Verdigris #66633E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 38.78%
G = 37.64%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#66633E (or 0x66633E) is known color: Verdigris. HEX triplet: 66, 63 and 3E. RGB value is (102,99,62). Sum of RGB (Red+Green+Blue) = 102+99+62=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66633E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66633E is #999CC1. Grayscale: #5F5F5F. Windows color (decimal): -10067138 or 4088678. OLE color: 4088678.

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

Color convert

RGB 102 99 62 -
CMYK 0 0.03 0.39 0.6
HSL 55.5º 0.24% 0.32% -
HSV(B) 55.5º 0.39% 0.4% -
XYZ 10.81 12.1 6.32 -
YUV 95.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 102 99 62 0 0.03 0.39 0.6 55.5 0.24 0.32
Hex 66 63 3E 0 3 27 3C 38 18 20
Octal 146 143 76 0 3 47 74 70 30 40
Binary 1100110 1100011 111110 0 11 100111 111100 111000 11000 100000

Color Harmonies of #66633E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66633E

Black with #66633E

Text Example


Text Example

White with #66633E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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