Html Css Color HEX #675014 Raw Umber

📋 copy color: '#675014'

red 103 ◦ green 80 ◦ blue 20

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

Shades of Raw Umber #675014

Tints of Raw Umber #675014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

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

R = 50.74%
G = 39.41%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#675014 (or 0x675014) is known color: Raw Umber. HEX triplet: 67, 50 and 14. RGB value is (103,80,20). Sum of RGB (Red+Green+Blue) = 103+80+20=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #675014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675014 is #98AFEB. Grayscale: #505050. Windows color (decimal): -10006508 or 1331303. OLE color: 1331303.

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

Color convert

RGB 103 80 20 -
CMYK 0 0.22 0.81 0.60
HSL 43.37º 0.67% 0.24% -
HSV(B) 43.37º 0.81% 0.4% -
XYZ 8.59 8.67 1.88 -
YUV 80.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 103 80 20 0 0.22 0.81 0.60 43.37 0.67 0.24
Hex 67 50 14 0 16 51 3C 2B 43 18
Octal 147 120 24 0 26 121 74 53 103 30
Binary 1100111 1010000 10100 0 10110 1010001 111100 101011 1000011 11000

Color Harmonies of #675014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675014

Black with #675014

Text Example


Text Example

White with #675014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675014; }

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

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

background-color css

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

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

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

border-color css

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

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

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