Html Css Color HEX #663C01 Raw Umber

📋 copy color: '#663C01'

red 102 ◦ green 60 ◦ blue 1

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

Shades of Raw Umber #663C01

Tints of Raw Umber #663C01

RGB

 RED value IS 102 (40.23% from 255) = 62.58%

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

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

R = 62.58%
G = 36.81%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#663C01 (or 0x663C01) is known color: Raw Umber. HEX triplet: 66, 3C and 01. RGB value is (102,60,1). Sum of RGB (Red+Green+Blue) = 102+60+1=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #663C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C01 is #99C3FE. Grayscale: #424242. Windows color (decimal): -10077183 or 80998. OLE color: 80998.

HSL color Cylindrical-coordinate representation of color #663C01: hue angle of 35.05º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #663C01 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 60 1 -
CMYK 0 0.41 0.99 0.6
HSL 35.05º 0.98% 0.2% -
HSV(B) 35.05º 0.99% 0.4% -
XYZ 7.1 6.06 0.82 -
YUV 65.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 102 60 1 0 0.41 0.99 0.6 35.05 0.98 0.2
Hex 66 3C 1 0 29 63 3C 23 62 14
Octal 146 74 1 0 51 143 74 43 142 24
Binary 1100110 111100 1 0 101001 1100011 111100 100011 1100010 10100

Color Harmonies of #663C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C01

Black with #663C01

Text Example


Text Example

White with #663C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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