Html Css Color HEX #66653E Verdigris

📋 copy color: '#66653E'

red 102 ◦ green 101 ◦ blue 62

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

Shades of Verdigris #66653E

Tints of Verdigris #66653E

RGB

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

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

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

R = 38.49%
G = 38.11%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#66653E (or 0x66653E) is known color: Verdigris. HEX triplet: 66, 65 and 3E. RGB value is (102,101,62). Sum of RGB (Red+Green+Blue) = 102+101+62=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #66653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66653E is #999AC1. Grayscale: #616161. Windows color (decimal): -10066626 or 4089190. OLE color: 4089190.

HSL color Cylindrical-coordinate representation of color #66653E: hue angle of 58.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 #66653E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 101 62 -
CMYK 0 0.01 0.39 0.6
HSL 58.5º 0.24% 0.32% -
HSV(B) 58.5º 0.39% 0.4% -
XYZ 11 12.48 6.39 -
YUV 96.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 102 101 62 0 0.01 0.39 0.6 58.5 0.24 0.32
Hex 66 65 3E 0 1 27 3C 3A 18 20
Octal 146 145 76 0 1 47 74 72 30 40
Binary 1100110 1100101 111110 0 1 100111 111100 111010 11000 100000

Color Harmonies of #66653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66653E

Black with #66653E

Text Example


Text Example

White with #66653E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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