Html Css Color HEX #663901 Raw Umber

📋 copy color: '#663901'

red 102 ◦ green 57 ◦ blue 1

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

Shades of Raw Umber #663901

Tints of Raw Umber #663901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.63%

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

R = 63.75%
G = 35.63%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#663901 (or 0x663901) is known color: Raw Umber. HEX triplet: 66, 39 and 01. RGB value is (102,57,1). Sum of RGB (Red+Green+Blue) = 102+57+1=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #663901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663901 is #99C6FE. Grayscale: #404040. Windows color (decimal): -10077951 or 80230. OLE color: 80230.

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

Color convert

RGB 102 57 1 -
CMYK 0 0.44 0.99 0.6
HSL 33.27º 0.98% 0.2% -
HSV(B) 33.27º 0.99% 0.4% -
XYZ 6.95 5.75 0.77 -
YUV 64.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 102 57 1 0 0.44 0.99 0.6 33.27 0.98 0.2
Hex 66 39 1 0 2C 63 3C 21 62 14
Octal 146 71 1 0 54 143 74 41 142 24
Binary 1100110 111001 1 0 101100 1100011 111100 100001 1100010 10100

Color Harmonies of #663901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663901

Black with #663901

Text Example


Text Example

White with #663901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663901; }

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

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

background-color css

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

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

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

border-color css

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

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

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