Html Css Color HEX #64613C Verdigris

📋 copy color: '#64613C'

red 100 ◦ green 97 ◦ blue 60

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

Shades of Verdigris #64613C

Tints of Verdigris #64613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.74%

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 38.91%
G = 37.74%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#64613C (or 0x64613C) is known color: Verdigris. HEX triplet: 64, 61 and 3C. RGB value is (100,97,60). Sum of RGB (Red+Green+Blue) = 100+97+60=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #64613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64613C is #9B9EC3. Grayscale: #5D5D5D. Windows color (decimal): -10198724 or 3957092. OLE color: 3957092.

HSL color Cylindrical-coordinate representation of color #64613C: hue angle of 55.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64613C is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 97 60 -
CMYK 0 0.03 0.4 0.61
HSL 55.5º 0.25% 0.31% -
HSV(B) 55.5º 0.4% 0.39% -
XYZ 10.35 11.58 5.97 -
YUV 93.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 100 97 60 0 0.03 0.4 0.61 55.5 0.25 0.31
Hex 64 61 3C 0 3 28 3D 38 19 1F
Octal 144 141 74 0 3 50 75 70 31 37
Binary 1100100 1100001 111100 0 11 101000 111101 111000 11001 11111

Color Harmonies of #64613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64613C

Black with #64613C

Text Example


Text Example

White with #64613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64613C; }

 p { color: rgb(100,97,60); }

 H1.HeaderClassName
 {
   color: #64613C;
 }
 .AnyTagClassName
 {
   color: #64613C;
 }
</style>

background-color css

<style>
 a { background-color: #64613C; }

 a { background-color: rgb(100,97,60); }

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

border-color css

<style>
 span { border-color: #64613C; }

 span { border-color: rgb(100,97,60); }

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