Html Css Color HEX #635201 Raw Umber

📋 copy color: '#635201'

red 99 ◦ green 82 ◦ blue 1

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

Shades of Raw Umber #635201

Tints of Raw Umber #635201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.05%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 54.4%
G = 45.05%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#635201 (or 0x635201) is known color: Raw Umber. HEX triplet: 63, 52 and 01. RGB value is (99,82,1). Sum of RGB (Red+Green+Blue) = 99+82+1=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #635201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635201 is #9CADFE. Grayscale: #4E4E4E. Windows color (decimal): -10268159 or 86627. OLE color: 86627.

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

Color convert

RGB 99 82 1 -
CMYK 0 0.17 0.99 0.61
HSL 49.59º 0.98% 0.2% -
HSV(B) 49.59º 0.99% 0.39% -
XYZ 8.17 8.69 1.28 -
YUV 77.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 99 82 1 0 0.17 0.99 0.61 49.59 0.98 0.2
Hex 63 52 1 0 11 63 3D 32 62 14
Octal 143 122 1 0 21 143 75 62 142 24
Binary 1100011 1010010 1 0 10001 1100011 111101 110010 1100010 10100

Color Harmonies of #635201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635201

Black with #635201

Text Example


Text Example

White with #635201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635201; }

 p { color: rgb(99,82,1); }

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

background-color css

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

 a { background-color: rgb(99,82,1); }

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

border-color css

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

 span { border-color: rgb(99,82,1); }

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