Html Css Color HEX #635000 Raw Umber

📋 copy color: '#635000'

red 99 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #635000

Tints of Raw Umber #635000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.31%
G = 44.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#635000 (or 0x635000) is known color: Raw Umber. HEX triplet: 63, 50 and 00. RGB value is (99,80,0). Sum of RGB (Red+Green+Blue) = 99+80+0=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #635000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635000 is #9CAFFF. Grayscale: #4C4C4C. Windows color (decimal): -10268672 or 20579. OLE color: 20579.

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

Color convert

RGB 99 80 0 -
CMYK 0 0.19 1 0.61
HSL 48.48º 1% 0.19% -
HSV(B) 48.48º 1% 0.39% -
XYZ 8.01 8.39 1.2 -
YUV 76.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 99 80 0 0 0.19 1 0.61 48.48 1 0.19
Hex 63 50 0 0 13 64 3D 30 64 13
Octal 143 120 0 0 23 144 75 60 144 23
Binary 1100011 1010000 0 0 10011 1100100 111101 110000 1100100 10011

Color Harmonies of #635000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635000

Black with #635000

Text Example


Text Example

White with #635000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635000; }

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

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

background-color css

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

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

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

border-color css

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

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

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