Html Css Color HEX #64663B Verdigris

📋 copy color: '#64663B'

red 100 ◦ green 102 ◦ blue 59

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

Shades of Verdigris #64663B

Tints of Verdigris #64663B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.61%

R = 38.31%
G = 39.08%
B = 22.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#64663B (or 0x64663B) is known color: Verdigris. HEX triplet: 64, 66 and 3B. RGB value is (100,102,59). Sum of RGB (Red+Green+Blue) = 100+102+59=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #64663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64663B is #9B99C4. Grayscale: #606060. Windows color (decimal): -10197445 or 3892836. OLE color: 3892836.

HSL color Cylindrical-coordinate representation of color #64663B: hue angle of 62.79º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64663B is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 100 102 59 -
CMYK 0.02 0 0.42 0.6
HSL 62.79º 0.27% 0.32% -
HSV(B) 62.79º 0.42% 0.4% -
XYZ 10.8 12.53 5.99 -
YUV 96.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 100 102 59 0.02 0 0.42 0.6 62.79 0.27 0.32
Hex 64 66 3B 2 0 2A 3C 3F 1B 20
Octal 144 146 73 2 0 52 74 77 33 40
Binary 1100100 1100110 111011 10 0 101010 111100 111111 11011 100000

Color Harmonies of #64663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64663B

Black with #64663B

Text Example


Text Example

White with #64663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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