Html Css Color HEX #665015 Raw Umber

📋 copy color: '#665015'

red 102 ◦ green 80 ◦ blue 21

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

Shades of Raw Umber #665015

Tints of Raw Umber #665015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

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

R = 50.25%
G = 39.41%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#665015 (or 0x665015) is known color: Raw Umber. HEX triplet: 66, 50 and 15. RGB value is (102,80,21). Sum of RGB (Red+Green+Blue) = 102+80+21=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #665015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665015 is #99AFEA. Grayscale: #505050. Windows color (decimal): -10072043 or 1396838. OLE color: 1396838.

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

Color convert

RGB 102 80 21 -
CMYK 0 0.22 0.79 0.6
HSL 43.7º 0.66% 0.24% -
HSV(B) 43.7º 0.79% 0.4% -
XYZ 8.48 8.62 1.93 -
YUV 79.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 102 80 21 0 0.22 0.79 0.6 43.7 0.66 0.24
Hex 66 50 15 0 16 4F 3C 2C 42 18
Octal 146 120 25 0 26 117 74 54 102 30
Binary 1100110 1010000 10101 0 10110 1001111 111100 101100 1000010 11000

Color Harmonies of #665015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665015

Black with #665015

Text Example


Text Example

White with #665015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665015; }

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

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

background-color css

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

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

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

border-color css

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

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

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