Html Css Color HEX #64603A Verdigris

📋 copy color: '#64603A'

red 100 ◦ green 96 ◦ blue 58

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

Shades of Verdigris #64603A

Tints of Verdigris #64603A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.8%

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

R = 39.37%
G = 37.8%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64603A (or 0x64603A) is known color: Verdigris. HEX triplet: 64, 60 and 3A. RGB value is (100,96,58). Sum of RGB (Red+Green+Blue) = 100+96+58=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #64603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64603A is #9B9FC5. Grayscale: #5D5D5D. Windows color (decimal): -10198982 or 3825764. OLE color: 3825764.

HSL color Cylindrical-coordinate representation of color #64603A: hue angle of 54.29º 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 #64603A is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 96 58 -
CMYK 0 0.04 0.42 0.61
HSL 54.29º 0.27% 0.31% -
HSV(B) 54.29º 0.42% 0.39% -
XYZ 10.2 11.38 5.66 -
YUV 92.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 100 96 58 0 0.04 0.42 0.61 54.29 0.27 0.31
Hex 64 60 3A 0 4 2A 3D 36 1B 1F
Octal 144 140 72 0 4 52 75 66 33 37
Binary 1100100 1100000 111010 0 100 101010 111101 110110 11011 11111

Color Harmonies of #64603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64603A

Black with #64603A

Text Example


Text Example

White with #64603A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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