Html Css Color HEX #636046 Verdigris

📋 copy color: '#636046'

red 99 ◦ green 96 ◦ blue 70

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

Shades of Verdigris #636046

Tints of Verdigris #636046

RGB

 RED value IS 99 (39.06% from 255) = 37.36%

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

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 37.36%
G = 36.23%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#636046 (or 0x636046) is known color: Verdigris. HEX triplet: 63, 60 and 46. RGB value is (99,96,70). Sum of RGB (Red+Green+Blue) = 99+96+70=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #636046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636046 is #9C9FB9. Grayscale: #5E5E5E. Windows color (decimal): -10264506 or 4612195. OLE color: 4612195.

HSL color Cylindrical-coordinate representation of color #636046: hue angle of 53.79º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #636046 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 96 70 -
CMYK 0 0.03 0.29 0.61
HSL 53.79º 0.17% 0.33% -
HSV(B) 53.79º 0.29% 0.39% -
XYZ 10.43 11.46 7.46 -
YUV 93.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 99 96 70 0 0.03 0.29 0.61 53.79 0.17 0.33
Hex 63 60 46 0 3 1D 3D 36 11 21
Octal 143 140 106 0 3 35 75 66 21 41
Binary 1100011 1100000 1000110 0 11 11101 111101 110110 10001 100001

Color Harmonies of #636046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636046

Black with #636046

Text Example


Text Example

White with #636046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636046; }

 p { color: rgb(99,96,70); }

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

background-color css

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

 a { background-color: rgb(99,96,70); }

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

border-color css

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

 span { border-color: rgb(99,96,70); }

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