Html Css Color HEX #665312 Raw Umber

📋 copy color: '#665312'

red 102 ◦ green 83 ◦ blue 18

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

Shades of Raw Umber #665312

Tints of Raw Umber #665312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 50.25%
G = 40.89%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#665312 (or 0x665312) is known color: Raw Umber. HEX triplet: 66, 53 and 12. RGB value is (102,83,18). Sum of RGB (Red+Green+Blue) = 102+83+18=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #665312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665312 is #99ACED. Grayscale: #515151. Windows color (decimal): -10071278 or 1200998. OLE color: 1200998.

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

Color convert

RGB 102 83 18 -
CMYK 0 0.19 0.82 0.6
HSL 46.43º 0.7% 0.24% -
HSV(B) 46.43º 0.82% 0.4% -
XYZ 8.68 9.05 1.86 -
YUV 81.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 102 83 18 0 0.19 0.82 0.6 46.43 0.7 0.24
Hex 66 53 12 0 13 52 3C 2E 46 18
Octal 146 123 22 0 23 122 74 56 106 30
Binary 1100110 1010011 10010 0 10011 1010010 111100 101110 1000110 11000

Color Harmonies of #665312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665312

Black with #665312

Text Example


Text Example

White with #665312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665312; }

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

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

background-color css

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

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

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

border-color css

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

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

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