Html Css Color HEX #64633E Verdigris

📋 copy color: '#64633E'

red 100 ◦ green 99 ◦ blue 62

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

Shades of Verdigris #64633E

Tints of Verdigris #64633E

RGB

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

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

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

R = 38.31%
G = 37.93%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#64633E (or 0x64633E) is known color: Verdigris. HEX triplet: 64, 63 and 3E. RGB value is (100,99,62). Sum of RGB (Red+Green+Blue) = 100+99+62=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64633E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64633E is #9B9CC1. Grayscale: #5F5F5F. Windows color (decimal): -10198210 or 4088676. OLE color: 4088676.

HSL color Cylindrical-coordinate representation of color #64633E: hue angle of 58.42º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64633E is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 99 62 -
CMYK 0 0.01 0.38 0.61
HSL 58.42º 0.23% 0.32% -
HSV(B) 58.42º 0.38% 0.39% -
XYZ 10.59 11.98 6.31 -
YUV 95.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 100 99 62 0 0.01 0.38 0.61 58.42 0.23 0.32
Hex 64 63 3E 0 1 26 3D 3A 17 20
Octal 144 143 76 0 1 46 75 72 27 40
Binary 1100100 1100011 111110 0 1 100110 111101 111010 10111 100000

Color Harmonies of #64633E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64633E

Black with #64633E

Text Example


Text Example

White with #64633E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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