Html Css Color HEX #645B3B Verdigris

📋 copy color: '#645B3B'

red 100 ◦ green 91 ◦ blue 59

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

Shades of Verdigris #645B3B

Tints of Verdigris #645B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 40%
G = 36.4%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#645B3B (or 0x645B3B) is known color: Verdigris. HEX triplet: 64, 5B and 3B. RGB value is (100,91,59). Sum of RGB (Red+Green+Blue) = 100+91+59=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #645B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B3B is #9BA4C4. Grayscale: #5A5A5A. Windows color (decimal): -10200261 or 3890020. OLE color: 3890020.

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

Color convert

RGB 100 91 59 -
CMYK 0 0.09 0.41 0.61
HSL 46.83º 0.26% 0.31% -
HSV(B) 46.83º 0.41% 0.39% -
XYZ 9.79 10.51 5.65 -
YUV 90.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 100 91 59 0 0.09 0.41 0.61 46.83 0.26 0.31
Hex 64 5B 3B 0 9 29 3D 2F 1A 1F
Octal 144 133 73 0 11 51 75 57 32 37
Binary 1100100 1011011 111011 0 1001 101001 111101 101111 11010 11111

Color Harmonies of #645B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645B3B

Black with #645B3B

Text Example


Text Example

White with #645B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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