Html Css Color HEX #675013 Raw Umber

📋 copy color: '#675013'

red 103 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #675013

Tints of Raw Umber #675013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 50.99%
G = 39.6%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#675013 (or 0x675013) is known color: Raw Umber. HEX triplet: 67, 50 and 13. RGB value is (103,80,19). Sum of RGB (Red+Green+Blue) = 103+80+19=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #675013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675013 is #98AFEC. Grayscale: #505050. Windows color (decimal): -10006509 or 1265767. OLE color: 1265767.

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

Color convert

RGB 103 80 19 -
CMYK 0 0.22 0.82 0.60
HSL 43.57º 0.69% 0.24% -
HSV(B) 43.57º 0.82% 0.4% -
XYZ 8.58 8.67 1.84 -
YUV 79.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 103 80 19 0 0.22 0.82 0.60 43.57 0.69 0.24
Hex 67 50 13 0 16 52 3C 2C 45 18
Octal 147 120 23 0 26 122 74 54 105 30
Binary 1100111 1010000 10011 0 10110 1010010 111100 101100 1000101 11000

Color Harmonies of #675013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675013

Black with #675013

Text Example


Text Example

White with #675013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675013; }

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

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

background-color css

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

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

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

border-color css

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

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

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