Html Css Color HEX #675314 Raw Umber

📋 copy color: '#675314'

red 103 ◦ green 83 ◦ blue 20

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

Shades of Raw Umber #675314

Tints of Raw Umber #675314

RGB

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

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

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

R = 50%
G = 40.29%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#675314 (or 0x675314) is known color: Raw Umber. HEX triplet: 67, 53 and 14. RGB value is (103,83,20). Sum of RGB (Red+Green+Blue) = 103+83+20=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #675314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675314 is #98ACEB. Grayscale: #525252. Windows color (decimal): -10005740 or 1332071. OLE color: 1332071.

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

Color convert

RGB 103 83 20 -
CMYK 0 0.19 0.81 0.60
HSL 45.54º 0.67% 0.24% -
HSV(B) 45.54º 0.81% 0.4% -
XYZ 8.81 9.12 1.96 -
YUV 81.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 103 83 20 0 0.19 0.81 0.60 45.54 0.67 0.24
Hex 67 53 14 0 13 51 3C 2E 43 18
Octal 147 123 24 0 23 121 74 56 103 30
Binary 1100111 1010011 10100 0 10011 1010001 111100 101110 1000011 11000

Color Harmonies of #675314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675314

Black with #675314

Text Example


Text Example

White with #675314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675314; }

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

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

background-color css

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

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

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

border-color css

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

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

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