Html Css Color HEX #645F45 Verdigris

📋 copy color: '#645F45'

red 100 ◦ green 95 ◦ blue 69

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

Shades of Verdigris #645F45

Tints of Verdigris #645F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.98%

 BLUE value IS 69 (27.34% from 255) = 26.14%

R = 37.88%
G = 35.98%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#645F45 (or 0x645F45) is known color: Verdigris. HEX triplet: 64, 5F and 45. RGB value is (100,95,69). Sum of RGB (Red+Green+Blue) = 100+95+69=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #645F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645F45 is #9BA0BA. Grayscale: #5D5D5D. Windows color (decimal): -10199227 or 4546404. OLE color: 4546404.

HSL color Cylindrical-coordinate representation of color #645F45: hue angle of 50.32º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645F45 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 95 69 -
CMYK 0 0.05 0.31 0.61
HSL 50.32º 0.18% 0.33% -
HSV(B) 50.32º 0.31% 0.39% -
XYZ 10.42 11.32 7.27 -
YUV 93.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 100 95 69 0 0.05 0.31 0.61 50.32 0.18 0.33
Hex 64 5F 45 0 5 1F 3D 32 12 21
Octal 144 137 105 0 5 37 75 62 22 41
Binary 1100100 1011111 1000101 0 101 11111 111101 110010 10010 100001

Color Harmonies of #645F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F45

Black with #645F45

Text Example


Text Example

White with #645F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,95,69); }

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

background-color css

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

 a { background-color: rgb(100,95,69); }

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

border-color css

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

 span { border-color: rgb(100,95,69); }

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