Html Css Color HEX #665410 Raw Umber

📋 copy color: '#665410'

red 102 ◦ green 84 ◦ blue 16

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

Shades of Raw Umber #665410

Tints of Raw Umber #665410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

 BLUE value IS 16 (6.64% from 255) = 7.92%

R = 50.5%
G = 41.58%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#665410 (or 0x665410) is known color: Raw Umber. HEX triplet: 66, 54 and 10. RGB value is (102,84,16). Sum of RGB (Red+Green+Blue) = 102+84+16=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #665410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665410 is #99ABEF. Grayscale: #515151. Windows color (decimal): -10071024 or 1070182. OLE color: 1070182.

HSL color Cylindrical-coordinate representation of color #665410: hue angle of 47.44º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #665410 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 84 16 -
CMYK 0 0.18 0.84 0.6
HSL 47.44º 0.73% 0.23% -
HSV(B) 47.44º 0.84% 0.4% -
XYZ 8.74 9.2 1.81 -
YUV 81.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 102 84 16 0 0.18 0.84 0.6 47.44 0.73 0.23
Hex 66 54 10 0 12 54 3C 2F 49 17
Octal 146 124 20 0 22 124 74 57 111 27
Binary 1100110 1010100 10000 0 10010 1010100 111100 101111 1001001 10111

Color Harmonies of #665410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665410

Black with #665410

Text Example


Text Example

White with #665410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665410; }

 p { color: rgb(102,84,16); }

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

background-color css

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

 a { background-color: rgb(102,84,16); }

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

border-color css

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

 span { border-color: rgb(102,84,16); }

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