Html Css Color HEX #665213 Raw Umber

📋 copy color: '#665213'

red 102 ◦ green 82 ◦ blue 19

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

Shades of Raw Umber #665213

Tints of Raw Umber #665213

RGB

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

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

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

R = 50.25%
G = 40.39%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#665213 (or 0x665213) is known color: Raw Umber. HEX triplet: 66, 52 and 13. RGB value is (102,82,19). Sum of RGB (Red+Green+Blue) = 102+82+19=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #665213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665213 is #99ADEC. Grayscale: #515151. Windows color (decimal): -10071533 or 1266278. OLE color: 1266278.

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

Color convert

RGB 102 82 19 -
CMYK 0 0.20 0.81 0.6
HSL 45.54º 0.69% 0.24% -
HSV(B) 45.54º 0.81% 0.4% -
XYZ 8.61 8.91 1.88 -
YUV 80.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 102 82 19 0 0.20 0.81 0.6 45.54 0.69 0.24
Hex 66 52 13 0 14 51 3C 2E 45 18
Octal 146 122 23 0 24 121 74 56 105 30
Binary 1100110 1010010 10011 0 10100 1010001 111100 101110 1000101 11000

Color Harmonies of #665213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665213

Black with #665213

Text Example


Text Example

White with #665213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665213; }

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

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

background-color css

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

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

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

border-color css

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

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

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