Html Css Color HEX #636045 Verdigris

📋 copy color: '#636045'

red 99 ◦ green 96 ◦ blue 69

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

Shades of Verdigris #636045

Tints of Verdigris #636045

RGB

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

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

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

R = 37.5%
G = 36.36%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#636045 (or 0x636045) is known color: Verdigris. HEX triplet: 63, 60 and 45. RGB value is (99,96,69). Sum of RGB (Red+Green+Blue) = 99+96+69=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #636045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636045 is #9C9FBA. Grayscale: #5D5D5D. Windows color (decimal): -10264507 or 4546659. OLE color: 4546659.

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

Color convert

RGB 99 96 69 -
CMYK 0 0.03 0.30 0.61
HSL 54º 0.18% 0.33% -
HSV(B) 54º 0.3% 0.39% -
XYZ 10.4 11.45 7.29 -
YUV 93.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 99 96 69 0 0.03 0.30 0.61 54 0.18 0.33
Hex 63 60 45 0 3 1E 3D 36 12 21
Octal 143 140 105 0 3 36 75 66 22 41
Binary 1100011 1100000 1000101 0 11 11110 111101 110110 10010 100001

Color Harmonies of #636045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636045

Black with #636045

Text Example


Text Example

White with #636045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636045; }

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

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

background-color css

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

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

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

border-color css

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

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

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