Html Css Color HEX #635F46 Verdigris

📋 copy color: '#635F46'

red 99 ◦ green 95 ◦ blue 70

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

Shades of Verdigris #635F46

Tints of Verdigris #635F46

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.98%

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

R = 37.5%
G = 35.98%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#635F46 (or 0x635F46) is known color: Verdigris. HEX triplet: 63, 5F and 46. RGB value is (99,95,70). Sum of RGB (Red+Green+Blue) = 99+95+70=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #635F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F46 is #9CA0B9. Grayscale: #5D5D5D. Windows color (decimal): -10264762 or 4611939. OLE color: 4611939.

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

Color convert

RGB 99 95 70 -
CMYK 0 0.04 0.29 0.61
HSL 51.72º 0.17% 0.33% -
HSV(B) 51.72º 0.29% 0.39% -
XYZ 10.34 11.28 7.43 -
YUV 93.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 99 95 70 0 0.04 0.29 0.61 51.72 0.17 0.33
Hex 63 5F 46 0 4 1D 3D 34 11 21
Octal 143 137 106 0 4 35 75 64 21 41
Binary 1100011 1011111 1000110 0 100 11101 111101 110100 10001 100001

Color Harmonies of #635F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F46

Black with #635F46

Text Example


Text Example

White with #635F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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