Html Css Color HEX #633A00 Raw Umber

📋 copy color: '#633A00'

red 99 ◦ green 58 ◦ blue 0

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

Shades of Raw Umber #633A00

Tints of Raw Umber #633A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.94%

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

R = 63.06%
G = 36.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#633A00 (or 0x633A00) is known color: Raw Umber. HEX triplet: 63, 3A and 00. RGB value is (99,58,0). Sum of RGB (Red+Green+Blue) = 99+58+0=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #633A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A00 is #9CC5FF. Grayscale: #3F3F3F. Windows color (decimal): -10274304 or 14947. OLE color: 14947.

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

Color convert

RGB 99 58 0 -
CMYK 0 0.41 1 0.61
HSL 35.15º 1% 0.19% -
HSV(B) 35.15º 1% 0.39% -
XYZ 6.66 5.68 0.75 -
YUV 63.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 99 58 0 0 0.41 1 0.61 35.15 1 0.19
Hex 63 3A 0 0 29 64 3D 23 64 13
Octal 143 72 0 0 51 144 75 43 144 23
Binary 1100011 111010 0 0 101001 1100100 111101 100011 1100100 10011

Color Harmonies of #633A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633A00

Black with #633A00

Text Example


Text Example

White with #633A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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