Html Css Color HEX #675414 Raw Umber

📋 copy color: '#675414'

red 103 ◦ green 84 ◦ blue 20

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

Shades of Raw Umber #675414

Tints of Raw Umber #675414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 49.76%
G = 40.58%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#675414 (or 0x675414) is known color: Raw Umber. HEX triplet: 67, 54 and 14. RGB value is (103,84,20). Sum of RGB (Red+Green+Blue) = 103+84+20=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #675414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675414 is #98ABEB. Grayscale: #525252. Windows color (decimal): -10005484 or 1332327. OLE color: 1332327.

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

Color convert

RGB 103 84 20 -
CMYK 0 0.18 0.81 0.60
HSL 46.27º 0.67% 0.24% -
HSV(B) 46.27º 0.81% 0.4% -
XYZ 8.89 9.27 1.98 -
YUV 82.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 103 84 20 0 0.18 0.81 0.60 46.27 0.67 0.24
Hex 67 54 14 0 12 51 3C 2E 43 18
Octal 147 124 24 0 22 121 74 56 103 30
Binary 1100111 1010100 10100 0 10010 1010001 111100 101110 1000011 11000

Color Harmonies of #675414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675414

Black with #675414

Text Example


Text Example

White with #675414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675414; }

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

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

background-color css

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

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

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

border-color css

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

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

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