Html Css Color HEX #64613A Verdigris

📋 copy color: '#64613A'

red 100 ◦ green 97 ◦ blue 58

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

Shades of Verdigris #64613A

Tints of Verdigris #64613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 39.22%
G = 38.04%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64613A (or 0x64613A) is known color: Verdigris. HEX triplet: 64, 61 and 3A. RGB value is (100,97,58). Sum of RGB (Red+Green+Blue) = 100+97+58=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #64613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64613A is #9B9EC5. Grayscale: #5D5D5D. Windows color (decimal): -10198726 or 3826020. OLE color: 3826020.

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

Color convert

RGB 100 97 58 -
CMYK 0 0.03 0.42 0.61
HSL 55.71º 0.27% 0.31% -
HSV(B) 55.71º 0.42% 0.39% -
XYZ 10.29 11.56 5.69 -
YUV 93.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 100 97 58 0 0.03 0.42 0.61 55.71 0.27 0.31
Hex 64 61 3A 0 3 2A 3D 38 1B 1F
Octal 144 141 72 0 3 52 75 70 33 37
Binary 1100100 1100001 111010 0 11 101010 111101 111000 11011 11111

Color Harmonies of #64613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64613A

Black with #64613A

Text Example


Text Example

White with #64613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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