Html Css Color HEX #665310 Raw Umber

📋 copy color: '#665310'

red 102 ◦ green 83 ◦ blue 16

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

Shades of Raw Umber #665310

Tints of Raw Umber #665310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

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

R = 50.75%
G = 41.29%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#665310 (or 0x665310) is known color: Raw Umber. HEX triplet: 66, 53 and 10. RGB value is (102,83,16). Sum of RGB (Red+Green+Blue) = 102+83+16=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #665310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665310 is #99ACEF. Grayscale: #515151. Windows color (decimal): -10071280 or 1069926. OLE color: 1069926.

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

Color convert

RGB 102 83 16 -
CMYK 0 0.19 0.84 0.6
HSL 46.74º 0.73% 0.23% -
HSV(B) 46.74º 0.84% 0.4% -
XYZ 8.67 9.05 1.78 -
YUV 81.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 102 83 16 0 0.19 0.84 0.6 46.74 0.73 0.23
Hex 66 53 10 0 13 54 3C 2F 49 17
Octal 146 123 20 0 23 124 74 57 111 27
Binary 1100110 1010011 10000 0 10011 1010100 111100 101111 1001001 10111

Color Harmonies of #665310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665310

Black with #665310

Text Example


Text Example

White with #665310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665310; }

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

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

background-color css

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

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

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

border-color css

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

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

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