Html Css Color HEX #635002 Raw Umber

📋 copy color: '#635002'

red 99 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #635002

Tints of Raw Umber #635002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 54.7%
G = 44.2%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#635002 (or 0x635002) is known color: Raw Umber. HEX triplet: 63, 50 and 02. RGB value is (99,80,2). Sum of RGB (Red+Green+Blue) = 99+80+2=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #635002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635002 is #9CAFFD. Grayscale: #4D4D4D. Windows color (decimal): -10268670 or 151651. OLE color: 151651.

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

Color convert

RGB 99 80 2 -
CMYK 0 0.19 0.98 0.61
HSL 48.25º 0.96% 0.2% -
HSV(B) 48.25º 0.98% 0.39% -
XYZ 8.03 8.39 1.25 -
YUV 76.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 99 80 2 0 0.19 0.98 0.61 48.25 0.96 0.2
Hex 63 50 2 0 13 62 3D 30 60 14
Octal 143 120 2 0 23 142 75 60 140 24
Binary 1100011 1010000 10 0 10011 1100010 111101 110000 1100000 10100

Color Harmonies of #635002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635002

Black with #635002

Text Example


Text Example

White with #635002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635002; }

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

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

background-color css

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

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

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

border-color css

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

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

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