Html Css Color HEX #645B37 Verdigris

📋 copy color: '#645B37'

red 100 ◦ green 91 ◦ blue 55

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

Shades of Verdigris #645B37

Tints of Verdigris #645B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

 BLUE value IS 55 (21.88% from 255) = 22.36%

R = 40.65%
G = 36.99%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#645B37 (or 0x645B37) is known color: Verdigris. HEX triplet: 64, 5B and 37. RGB value is (100,91,55). Sum of RGB (Red+Green+Blue) = 100+91+55=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #645B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B37 is #9BA4C8. Grayscale: #595959. Windows color (decimal): -10200265 or 3627876. OLE color: 3627876.

HSL color Cylindrical-coordinate representation of color #645B37: hue angle of 48º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #645B37 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 91 55 -
CMYK 0 0.09 0.45 0.61
HSL 48º 0.29% 0.3% -
HSV(B) 48º 0.45% 0.39% -
XYZ 9.69 10.47 5.12 -
YUV 89.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 100 91 55 0 0.09 0.45 0.61 48 0.29 0.3
Hex 64 5B 37 0 9 2D 3D 30 1D 1E
Octal 144 133 67 0 11 55 75 60 35 36
Binary 1100100 1011011 110111 0 1001 101101 111101 110000 11101 11110

Color Harmonies of #645B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645B37

Black with #645B37

Text Example


Text Example

White with #645B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645B37; }

 p { color: rgb(100,91,55); }

 H1.HeaderClassName
 {
   color: #645B37;
 }
 .AnyTagClassName
 {
   color: #645B37;
 }
</style>

background-color css

<style>
 a { background-color: #645B37; }

 a { background-color: rgb(100,91,55); }

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

border-color css

<style>
 span { border-color: #645B37; }

 span { border-color: rgb(100,91,55); }

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