Html Css Color HEX #663C02 Raw Umber

📋 copy color: '#663C02'

red 102 ◦ green 60 ◦ blue 2

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

Shades of Raw Umber #663C02

Tints of Raw Umber #663C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.22%

R = 62.2%
G = 36.59%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#663C02 (or 0x663C02) is known color: 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

RGB 102 60 2 -
CMYK 0 0.41 0.98 0.6
HSL 34.8º 0.96% 0.2% -
HSV(B) 34.8º 0.98% 0.4% -
XYZ 7.11 6.06 0.85 -
YUV 65.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 102 60 2 0 0.41 0.98 0.6 34.8 0.96 0.2
Hex 66 3C 2 0 29 62 3C 23 60 14
Octal 146 74 2 0 51 142 74 43 140 24
Binary 1100110 111100 10 0 101001 1100010 111100 100011 1100000 10100

Color Harmonies of #663C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C02

Black with #663C02

Text Example


Text Example

White with #663C02

Text Example


Text Example

HTML Codes & Css Web 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>