Html Css Color HEX #633C01 Raw Umber

📋 copy color: '#633C01'

red 99 ◦ green 60 ◦ blue 1

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

Shades of Raw Umber #633C01

Tints of Raw Umber #633C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.5%

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

R = 61.88%
G = 37.5%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#633C01 (or 0x633C01) is known color: Raw Umber. HEX triplet: 63, 3C and 01. RGB value is (99,60,1). Sum of RGB (Red+Green+Blue) = 99+60+1=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #633C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633C01 is #9CC3FE. Grayscale: #414141. Windows color (decimal): -10273791 or 80995. OLE color: 80995.

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

Color convert

RGB 99 60 1 -
CMYK 0 0.39 0.99 0.61
HSL 36.12º 0.98% 0.2% -
HSV(B) 36.12º 0.99% 0.39% -
XYZ 6.77 5.89 0.81 -
YUV 64.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 99 60 1 0 0.39 0.99 0.61 36.12 0.98 0.2
Hex 63 3C 1 0 27 63 3D 24 62 14
Octal 143 74 1 0 47 143 75 44 142 24
Binary 1100011 111100 1 0 100111 1100011 111101 100100 1100010 10100

Color Harmonies of #633C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633C01

Black with #633C01

Text Example


Text Example

White with #633C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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