Html Css Color HEX #663C0A Raw Umber

📋 copy color: '#663C0A'

red 102 ◦ green 60 ◦ blue 10

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

Shades of Raw Umber #663C0A

Tints of Raw Umber #663C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 59.3%
G = 34.88%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#663C0A (or 0x663C0A) is known color: Raw Umber. HEX triplet: 66, 3C and 0A. RGB value is (102,60,10). Sum of RGB (Red+Green+Blue) = 102+60+10=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #663C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C0A is #99C3F5. Grayscale: #434343. Windows color (decimal): -10077174 or 670822. OLE color: 670822.

HSL color Cylindrical-coordinate representation of color #663C0A: hue angle of 32.61º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #663C0A is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 60 10 -
CMYK 0 0.41 0.90 0.6
HSL 32.61º 0.82% 0.22% -
HSV(B) 32.61º 0.9% 0.4% -
XYZ 7.15 6.08 1.08 -
YUV 66.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 102 60 10 0 0.41 0.90 0.6 32.61 0.82 0.22
Hex 66 3C A 0 29 5A 3C 21 52 16
Octal 146 74 12 0 51 132 74 41 122 26
Binary 1100110 111100 1010 0 101001 1011010 111100 100001 1010010 10110

Color Harmonies of #663C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C0A

Black with #663C0A

Text Example


Text Example

White with #663C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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