Html Css Color HEX #665215 Raw Umber

📋 copy color: '#665215'

red 102 ◦ green 82 ◦ blue 21

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

Shades of Raw Umber #665215

Tints of Raw Umber #665215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 49.76%
G = 40%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#665215 (or 0x665215) is known color: Raw Umber. HEX triplet: 66, 52 and 15. RGB value is (102,82,21). Sum of RGB (Red+Green+Blue) = 102+82+21=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #665215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665215 is #99ADEA. Grayscale: #515151. Windows color (decimal): -10071531 or 1397350. OLE color: 1397350.

HSL color Cylindrical-coordinate representation of color #665215: hue angle of 45.19º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #665215 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 21 -
CMYK 0 0.20 0.79 0.6
HSL 45.19º 0.66% 0.24% -
HSV(B) 45.19º 0.79% 0.4% -
XYZ 8.63 8.91 1.97 -
YUV 81.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 102 82 21 0 0.20 0.79 0.6 45.19 0.66 0.24
Hex 66 52 15 0 14 4F 3C 2D 42 18
Octal 146 122 25 0 24 117 74 55 102 30
Binary 1100110 1010010 10101 0 10100 1001111 111100 101101 1000010 11000

Color Harmonies of #665215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665215

Black with #665215

Text Example


Text Example

White with #665215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665215; }

 p { color: rgb(102,82,21); }

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

background-color css

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

 a { background-color: rgb(102,82,21); }

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

border-color css

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

 span { border-color: rgb(102,82,21); }

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