Html Css Color HEX #68540D Raw Umber

📋 copy color: '#68540D'

red 104 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #68540D

Tints of Raw Umber #68540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 51.74%
G = 41.79%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68540D (or 0x68540D) is known color: Raw Umber. HEX triplet: 68, 54 and 0D. RGB value is (104,84,13). Sum of RGB (Red+Green+Blue) = 104+84+13=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68540D is #97ABF2. Grayscale: #525252. Windows color (decimal): -9939955 or 873576. OLE color: 873576.

HSL color Cylindrical-coordinate representation of color #68540D: hue angle of 46.81º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68540D is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 84 13 -
CMYK 0 0.19 0.88 0.59
HSL 46.81º 0.78% 0.23% -
HSV(B) 46.81º 0.88% 0.41% -
XYZ 8.95 9.31 1.71 -
YUV 81.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 104 84 13 0 0.19 0.88 0.59 46.81 0.78 0.23
Hex 68 54 D 0 13 58 3B 2F 4E 17
Octal 150 124 15 0 23 130 73 57 116 27
Binary 1101000 1010100 1101 0 10011 1011000 111011 101111 1001110 10111

Color Harmonies of #68540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68540D

Black with #68540D

Text Example


Text Example

White with #68540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68540D; }

 p { color: rgb(104,84,13); }

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

background-color css

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

 a { background-color: rgb(104,84,13); }

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

border-color css

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

 span { border-color: rgb(104,84,13); }

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