Html Css Color HEX #635500 Raw Umber

📋 copy color: '#635500'

red 99 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #635500

Tints of Raw Umber #635500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.2%

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

R = 53.8%
G = 46.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#635500 (or 0x635500) is known color: Raw Umber. HEX triplet: 63, 55 and 00. RGB value is (99,85,0). Sum of RGB (Red+Green+Blue) = 99+85+0=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #635500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635500 is #9CAAFF. Grayscale: #4F4F4F. Windows color (decimal): -10267392 or 21859. OLE color: 21859.

HSL color Cylindrical-coordinate representation of color #635500: hue angle of 51.52º 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 #635500 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 0 -
CMYK 0 0.14 1 0.61
HSL 51.52º 1% 0.19% -
HSV(B) 51.52º 1% 0.39% -
XYZ 8.39 9.15 1.32 -
YUV 79.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 99 85 0 0 0.14 1 0.61 51.52 1 0.19
Hex 63 55 0 0 E 64 3D 34 64 13
Octal 143 125 0 0 16 144 75 64 144 23
Binary 1100011 1010101 0 0 1110 1100100 111101 110100 1100100 10011

Color Harmonies of #635500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635500

Black with #635500

Text Example


Text Example

White with #635500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635500; }

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

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

background-color css

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

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

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

border-color css

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

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

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