Html Css Color HEX #663900 Raw Umber

📋 copy color: '#663900'

red 102 ◦ green 57 ◦ blue 0

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

Shades of Raw Umber #663900

Tints of Raw Umber #663900

RGB

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

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

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

R = 64.15%
G = 35.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#663900 (or 0x663900) is known color: Raw Umber. HEX triplet: 66, 39 and 00. RGB value is (102,57,0). Sum of RGB (Red+Green+Blue) = 102+57+0=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #663900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663900 is #99C6FF. Grayscale: #404040. Windows color (decimal): -10077952 or 14694. OLE color: 14694.

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

Color convert

RGB 102 57 0 -
CMYK 0 0.44 1 0.6
HSL 33.53º 1% 0.2% -
HSV(B) 33.53º 1% 0.4% -
XYZ 6.94 5.75 0.74 -
YUV 63.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 102 57 0 0 0.44 1 0.6 33.53 1 0.2
Hex 66 39 0 0 2C 64 3C 22 64 14
Octal 146 71 0 0 54 144 74 42 144 24
Binary 1100110 111001 0 0 101100 1100100 111100 100010 1100100 10100

Color Harmonies of #663900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663900

Black with #663900

Text Example


Text Example

White with #663900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663900; }

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

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

background-color css

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

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

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

border-color css

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

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

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