#663C02

Color #663C02 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #663C02

Tints of Raw Umber #663C02

Color information

#663C02 (or 0x663C02) is unknown color: approx Raw Umber. HEX triplet: 66, 3C and 02. RGB value is (102,60,2). Sum of RGB (Red+Green+Blue) = 102+60+2=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #663C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C02 is #99C3FD. Grayscale: #424242. Windows color (decimal): -10077182 or 146534. OLE color: 146534.

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

Color convert

RGB102602-
CMYK00.410.980.6
HSL34.8º96.15%20.39%-
HSV(B)34.8º98.04%40%-
XYZ7.116.060.85-
YUV65.9591.91153.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=62.20%
G=36.59%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10260200.410.980.634.896.1520.39
Hex663C2029623C236014
Octal146742051142744314024
Binary11001101111001001010011100010111100100011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #663C02;
 }
 .AnyTagClassName
 {
   color: #663C02;
 }
</style>
background-color css

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

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

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

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

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

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