Html Css Color HEX #645F42 Verdigris

📋 copy color: '#645F42'

red 100 ◦ green 95 ◦ blue 66

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

Shades of Verdigris #645F42

Tints of Verdigris #645F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 38.31%
G = 36.4%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#645F42 (or 0x645F42) is known color: Verdigris. HEX triplet: 64, 5F and 42. RGB value is (100,95,66). Sum of RGB (Red+Green+Blue) = 100+95+66=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #645F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645F42 is #9BA0BD. Grayscale: #5D5D5D. Windows color (decimal): -10199230 or 4349796. OLE color: 4349796.

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

Color convert

RGB 100 95 66 -
CMYK 0 0.05 0.34 0.61
HSL 51.18º 0.2% 0.33% -
HSV(B) 51.18º 0.34% 0.39% -
XYZ 10.33 11.29 6.79 -
YUV 93.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 100 95 66 0 0.05 0.34 0.61 51.18 0.2 0.33
Hex 64 5F 42 0 5 22 3D 33 14 21
Octal 144 137 102 0 5 42 75 63 24 41
Binary 1100100 1011111 1000010 0 101 100010 111101 110011 10100 100001

Color Harmonies of #645F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F42

Black with #645F42

Text Example


Text Example

White with #645F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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