Html Css Color HEX #675212 Raw Umber

📋 copy color: '#675212'

red 103 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #675212

Tints of Raw Umber #675212

RGB

 RED value IS 103 (40.63% from 255) = 50.74%

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

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

R = 50.74%
G = 40.39%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#675212 (or 0x675212) is known color: Raw Umber. HEX triplet: 67, 52 and 12. RGB value is (103,82,18). Sum of RGB (Red+Green+Blue) = 103+82+18=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #675212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675212 is #98ADED. Grayscale: #515151. Windows color (decimal): -10005998 or 1200743. OLE color: 1200743.

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

Color convert

RGB 103 82 18 -
CMYK 0 0.20 0.83 0.60
HSL 45.18º 0.7% 0.24% -
HSV(B) 45.18º 0.83% 0.4% -
XYZ 8.72 8.96 1.84 -
YUV 80.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 103 82 18 0 0.20 0.83 0.60 45.18 0.7 0.24
Hex 67 52 12 0 14 53 3C 2D 46 18
Octal 147 122 22 0 24 123 74 55 106 30
Binary 1100111 1010010 10010 0 10100 1010011 111100 101101 1000110 11000

Color Harmonies of #675212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675212

Black with #675212

Text Example


Text Example

White with #675212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675212; }

 p { color: rgb(103,82,18); }

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

background-color css

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

 a { background-color: rgb(103,82,18); }

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

border-color css

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

 span { border-color: rgb(103,82,18); }

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