Html Css Color HEX #663B00 Raw Umber

📋 copy color: '#663B00'

red 102 ◦ green 59 ◦ blue 0

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

Shades of Raw Umber #663B00

Tints of Raw Umber #663B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.65%

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

R = 63.35%
G = 36.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#663B00 (or 0x663B00) is known color: Raw Umber. HEX triplet: 66, 3B and 00. RGB value is (102,59,0). Sum of RGB (Red+Green+Blue) = 102+59+0=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #663B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663B00 is #99C4FF. Grayscale: #414141. Windows color (decimal): -10077440 or 15206. OLE color: 15206.

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

Color convert

RGB 102 59 0 -
CMYK 0 0.42 1 0.6
HSL 34.71º 1% 0.2% -
HSV(B) 34.71º 1% 0.4% -
XYZ 7.04 5.95 0.78 -
YUV 65.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 102 59 0 0 0.42 1 0.6 34.71 1 0.2
Hex 66 3B 0 0 2A 64 3C 23 64 14
Octal 146 73 0 0 52 144 74 43 144 24
Binary 1100110 111011 0 0 101010 1100100 111100 100011 1100100 10100

Color Harmonies of #663B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B00

Black with #663B00

Text Example


Text Example

White with #663B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,59,0); }

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

background-color css

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

 a { background-color: rgb(102,59,0); }

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

border-color css

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

 span { border-color: rgb(102,59,0); }

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