Html Css Color HEX #64663F Verdigris

📋 copy color: '#64663F'

red 100 ◦ green 102 ◦ blue 63

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

Shades of Verdigris #64663F

Tints of Verdigris #64663F

RGB

 RED value IS 100 (39.45% from 255) = 37.74%

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

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

R = 37.74%
G = 38.49%
B = 23.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#64663F (or 0x64663F) is known color: Verdigris. HEX triplet: 64, 66 and 3F. RGB value is (100,102,63). Sum of RGB (Red+Green+Blue) = 100+102+63=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 102 - color contains mainly: green. Hex color #64663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64663F is #9B99C0. Grayscale: #616161. Windows color (decimal): -10197441 or 4154980. OLE color: 4154980.

HSL color Cylindrical-coordinate representation of color #64663F: hue angle of 63.08º 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 #64663F is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 100 102 63 -
CMYK 0.02 0 0.38 0.6
HSL 63.08º 0.24% 0.32% -
HSV(B) 63.08º 0.38% 0.4% -
XYZ 10.9 12.57 6.55 -
YUV 96.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 100 102 63 0.02 0 0.38 0.6 63.08 0.24 0.32
Hex 64 66 3F 2 0 26 3C 3F 18 20
Octal 144 146 77 2 0 46 74 77 30 40
Binary 1100100 1100110 111111 10 0 100110 111100 111111 11000 100000

Color Harmonies of #64663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64663F

Black with #64663F

Text Example


Text Example

White with #64663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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