Html Css Color HEX #635E3F Verdigris

📋 copy color: '#635E3F'

red 99 ◦ green 94 ◦ blue 63

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

Shades of Verdigris #635E3F

Tints of Verdigris #635E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

 BLUE value IS 63 (25% from 255) = 24.61%

R = 38.67%
G = 36.72%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#635E3F (or 0x635E3F) is known color: Verdigris. HEX triplet: 63, 5E and 3F. RGB value is (99,94,63). Sum of RGB (Red+Green+Blue) = 99+94+63=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #635E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E3F is #9CA1C0. Grayscale: #5C5C5C. Windows color (decimal): -10265025 or 4152931. OLE color: 4152931.

HSL color Cylindrical-coordinate representation of color #635E3F: hue angle of 51.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #635E3F is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 94 63 -
CMYK 0 0.05 0.36 0.61
HSL 51.67º 0.22% 0.32% -
HSV(B) 51.67º 0.36% 0.39% -
XYZ 10.05 11.02 6.3 -
YUV 91.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 99 94 63 0 0.05 0.36 0.61 51.67 0.22 0.32
Hex 63 5E 3F 0 5 24 3D 34 16 20
Octal 143 136 77 0 5 44 75 64 26 40
Binary 1100011 1011110 111111 0 101 100100 111101 110100 10110 100000

Color Harmonies of #635E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E3F

Black with #635E3F

Text Example


Text Example

White with #635E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,94,63); }

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

background-color css

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

 a { background-color: rgb(99,94,63); }

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

border-color css

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

 span { border-color: rgb(99,94,63); }

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