Html Css Color HEX #675016 Raw Umber

📋 copy color: '#675016'

red 103 ◦ green 80 ◦ blue 22

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

Shades of Raw Umber #675016

Tints of Raw Umber #675016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 50.24%
G = 39.02%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#675016 (or 0x675016) is known color: Raw Umber. HEX triplet: 67, 50 and 16. RGB value is (103,80,22). Sum of RGB (Red+Green+Blue) = 103+80+22=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #675016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675016 is #98AFE9. Grayscale: #505050. Windows color (decimal): -10006506 or 1462375. OLE color: 1462375.

HSL color Cylindrical-coordinate representation of color #675016: hue angle of 42.96º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #675016 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 22 -
CMYK 0 0.22 0.79 0.60
HSL 42.96º 0.65% 0.25% -
HSV(B) 42.96º 0.79% 0.4% -
XYZ 8.61 8.68 1.98 -
YUV 80.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 103 80 22 0 0.22 0.79 0.60 42.96 0.65 0.25
Hex 67 50 16 0 16 4F 3C 2B 41 19
Octal 147 120 26 0 26 117 74 53 101 31
Binary 1100111 1010000 10110 0 10110 1001111 111100 101011 1000001 11001

Color Harmonies of #675016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675016

Black with #675016

Text Example


Text Example

White with #675016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675016; }

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

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

background-color css

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

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

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

border-color css

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

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

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