Html Css Color HEX #665013 Raw Umber

📋 copy color: '#665013'

red 102 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #665013

Tints of Raw Umber #665013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 50.75%
G = 39.8%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#665013 (or 0x665013) is known color: Raw Umber. HEX triplet: 66, 50 and 13. RGB value is (102,80,19). Sum of RGB (Red+Green+Blue) = 102+80+19=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #665013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665013 is #99AFEC. Grayscale: #4F4F4F. Windows color (decimal): -10072045 or 1265766. OLE color: 1265766.

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

Color convert

RGB 102 80 19 -
CMYK 0 0.22 0.81 0.6
HSL 44.1º 0.69% 0.24% -
HSV(B) 44.1º 0.81% 0.4% -
XYZ 8.47 8.61 1.83 -
YUV 79.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 102 80 19 0 0.22 0.81 0.6 44.1 0.69 0.24
Hex 66 50 13 0 16 51 3C 2C 45 18
Octal 146 120 23 0 26 121 74 54 105 30
Binary 1100110 1010000 10011 0 10110 1010001 111100 101100 1000101 11000

Color Harmonies of #665013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665013

Black with #665013

Text Example


Text Example

White with #665013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665013; }

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

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

background-color css

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

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

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

border-color css

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

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

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