Html Css Color HEX #684A0F Raw Umber

📋 copy color: '#684A0F'

red 104 ◦ green 74 ◦ blue 15

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

Shades of Raw Umber #684A0F

Tints of Raw Umber #684A0F

RGB

 RED value IS 104 (41.02% from 255) = 53.89%

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 53.89%
G = 38.34%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#684A0F (or 0x684A0F) is known color: Raw Umber. HEX triplet: 68, 4A and 0F. RGB value is (104,74,15). Sum of RGB (Red+Green+Blue) = 104+74+15=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #684A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A0F is #97B5F0. Grayscale: #4C4C4C. Windows color (decimal): -9942513 or 1002088. OLE color: 1002088.

HSL color Cylindrical-coordinate representation of color #684A0F: hue angle of 39.78º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #684A0F is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 15 -
CMYK 0 0.29 0.86 0.59
HSL 39.78º 0.75% 0.23% -
HSV(B) 39.78º 0.86% 0.41% -
XYZ 8.24 7.88 1.54 -
YUV 76.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 104 74 15 0 0.29 0.86 0.59 39.78 0.75 0.23
Hex 68 4A F 0 1D 56 3B 28 4B 17
Octal 150 112 17 0 35 126 73 50 113 27
Binary 1101000 1001010 1111 0 11101 1010110 111011 101000 1001011 10111

Color Harmonies of #684A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A0F

Black with #684A0F

Text Example


Text Example

White with #684A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684A0F; }

 p { color: rgb(104,74,15); }

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

background-color css

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

 a { background-color: rgb(104,74,15); }

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

border-color css

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

 span { border-color: rgb(104,74,15); }

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