Html Css Color HEX #635001 Raw Umber

📋 copy color: '#635001'

red 99 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #635001

Tints of Raw Umber #635001

RGB

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

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

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

R = 55%
G = 44.44%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#635001 (or 0x635001) is known color: Raw Umber. HEX triplet: 63, 50 and 01. RGB value is (99,80,1). Sum of RGB (Red+Green+Blue) = 99+80+1=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #635001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635001 is #9CAFFE. Grayscale: #4D4D4D. Windows color (decimal): -10268671 or 86115. OLE color: 86115.

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

Color convert

RGB 99 80 1 -
CMYK 0 0.19 0.99 0.61
HSL 48.37º 0.98% 0.2% -
HSV(B) 48.37º 0.99% 0.39% -
XYZ 8.02 8.39 1.23 -
YUV 76.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 99 80 1 0 0.19 0.99 0.61 48.37 0.98 0.2
Hex 63 50 1 0 13 63 3D 30 62 14
Octal 143 120 1 0 23 143 75 60 142 24
Binary 1100011 1010000 1 0 10011 1100011 111101 110000 1100010 10100

Color Harmonies of #635001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635001

Black with #635001

Text Example


Text Example

White with #635001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635001; }

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

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

background-color css

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

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

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

border-color css

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

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

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