Html Css Color HEX #635C3B Verdigris

📋 copy color: '#635C3B'

red 99 ◦ green 92 ◦ blue 59

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

Shades of Verdigris #635C3B

Tints of Verdigris #635C3B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.8%

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 39.6%
G = 36.8%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#635C3B (or 0x635C3B) is known color: Verdigris. HEX triplet: 63, 5C and 3B. RGB value is (99,92,59). Sum of RGB (Red+Green+Blue) = 99+92+59=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #635C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C3B is #9CA3C4. Grayscale: #5A5A5A. Windows color (decimal): -10265541 or 3890275. OLE color: 3890275.

HSL color Cylindrical-coordinate representation of color #635C3B: hue angle of 49.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #635C3B is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 92 59 -
CMYK 0 0.07 0.40 0.61
HSL 49.5º 0.25% 0.31% -
HSV(B) 49.5º 0.4% 0.39% -
XYZ 9.76 10.62 5.67 -
YUV 90.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 99 92 59 0 0.07 0.40 0.61 49.5 0.25 0.31
Hex 63 5C 3B 0 7 28 3D 32 19 1F
Octal 143 134 73 0 7 50 75 62 31 37
Binary 1100011 1011100 111011 0 111 101000 111101 110010 11001 11111

Color Harmonies of #635C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C3B

Black with #635C3B

Text Example


Text Example

White with #635C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,92,59); }

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

background-color css

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

 a { background-color: rgb(99,92,59); }

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

border-color css

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

 span { border-color: rgb(99,92,59); }

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