Html Css Color HEX #66653F Verdigris

📋 copy color: '#66653F'

red 102 ◦ green 101 ◦ blue 63

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

Shades of Verdigris #66653F

Tints of Verdigris #66653F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.68%

R = 38.35%
G = 37.97%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#66653F (or 0x66653F) is known color: Verdigris. HEX triplet: 66, 65 and 3F. RGB value is (102,101,63). Sum of RGB (Red+Green+Blue) = 102+101+63=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #66653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66653F is #999AC0. Grayscale: #616161. Windows color (decimal): -10066625 or 4154726. OLE color: 4154726.

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

Color convert

RGB 102 101 63 -
CMYK 0 0.01 0.38 0.6
HSL 58.46º 0.24% 0.32% -
HSV(B) 58.46º 0.38% 0.4% -
XYZ 11.03 12.49 6.53 -
YUV 96.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 102 101 63 0 0.01 0.38 0.6 58.46 0.24 0.32
Hex 66 65 3F 0 1 26 3C 3A 18 20
Octal 146 145 77 0 1 46 74 72 30 40
Binary 1100110 1100101 111111 0 1 100110 111100 111010 11000 100000

Color Harmonies of #66653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66653F

Black with #66653F

Text Example


Text Example

White with #66653F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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