Html Css Color HEX #635D35 Verdigris

📋 copy color: '#635D35'

red 99 ◦ green 93 ◦ blue 53

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

Shades of Verdigris #635D35

Tints of Verdigris #635D35

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.96%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 40.41%
G = 37.96%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#635D35 (or 0x635D35) is known color: Verdigris. HEX triplet: 63, 5D and 35. RGB value is (99,93,53). Sum of RGB (Red+Green+Blue) = 99+93+53=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #635D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D35 is #9CA2CA. Grayscale: #5A5A5A. Windows color (decimal): -10265291 or 3497315. OLE color: 3497315.

HSL color Cylindrical-coordinate representation of color #635D35: hue angle of 52.17º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #635D35 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 93 53 -
CMYK 0 0.06 0.46 0.61
HSL 52.17º 0.3% 0.3% -
HSV(B) 52.17º 0.46% 0.39% -
XYZ 9.7 10.74 4.93 -
YUV 90.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 99 93 53 0 0.06 0.46 0.61 52.17 0.3 0.3
Hex 63 5D 35 0 6 2E 3D 34 1E 1E
Octal 143 135 65 0 6 56 75 64 36 36
Binary 1100011 1011101 110101 0 110 101110 111101 110100 11110 11110

Color Harmonies of #635D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635D35

Black with #635D35

Text Example


Text Example

White with #635D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635D35; }

 p { color: rgb(99,93,53); }

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

background-color css

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

 a { background-color: rgb(99,93,53); }

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

border-color css

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

 span { border-color: rgb(99,93,53); }

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