Html Css Color HEX #635010 Raw Umber

📋 copy color: '#635010'

red 99 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #635010

Tints of Raw Umber #635010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 16 (6.64% from 255) = 8.21%

R = 50.77%
G = 41.03%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#635010 (or 0x635010) is known color: Raw Umber. HEX triplet: 63, 50 and 10. RGB value is (99,80,16). Sum of RGB (Red+Green+Blue) = 99+80+16=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #635010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635010 is #9CAFEF. Grayscale: #4E4E4E. Windows color (decimal): -10268656 or 1069155. OLE color: 1069155.

HSL color Cylindrical-coordinate representation of color #635010: hue angle of 46.27º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #635010 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 80 16 -
CMYK 0 0.19 0.84 0.61
HSL 46.27º 0.72% 0.23% -
HSV(B) 46.27º 0.84% 0.39% -
XYZ 8.11 8.43 1.69 -
YUV 78.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 99 80 16 0 0.19 0.84 0.61 46.27 0.72 0.23
Hex 63 50 10 0 13 54 3D 2E 48 17
Octal 143 120 20 0 23 124 75 56 110 27
Binary 1100011 1010000 10000 0 10011 1010100 111101 101110 1001000 10111

Color Harmonies of #635010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635010

Black with #635010

Text Example


Text Example

White with #635010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635010; }

 p { color: rgb(99,80,16); }

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

background-color css

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

 a { background-color: rgb(99,80,16); }

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

border-color css

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

 span { border-color: rgb(99,80,16); }

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