Html Css Color HEX #675214 Raw Umber

📋 copy color: '#675214'

red 103 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #675214

Tints of Raw Umber #675214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 50.24%
G = 40%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#675214 (or 0x675214) is known color: Raw Umber. HEX triplet: 67, 52 and 14. RGB value is (103,82,20). Sum of RGB (Red+Green+Blue) = 103+82+20=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #675214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675214 is #98ADEB. Grayscale: #515151. Windows color (decimal): -10005996 or 1331815. OLE color: 1331815.

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

Color convert

RGB 103 82 20 -
CMYK 0 0.20 0.81 0.60
HSL 44.82º 0.67% 0.24% -
HSV(B) 44.82º 0.81% 0.4% -
XYZ 8.74 8.97 1.93 -
YUV 81.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 103 82 20 0 0.20 0.81 0.60 44.82 0.67 0.24
Hex 67 52 14 0 14 51 3C 2D 43 18
Octal 147 122 24 0 24 121 74 55 103 30
Binary 1100111 1010010 10100 0 10100 1010001 111100 101101 1000011 11000

Color Harmonies of #675214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675214

Black with #675214

Text Example


Text Example

White with #675214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675214; }

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

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

background-color css

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

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

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

border-color css

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

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

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