Html Css Color HEX #68400D Raw Umber

📋 copy color: '#68400D'

red 104 ◦ green 64 ◦ blue 13

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

Shades of Raw Umber #68400D

Tints of Raw Umber #68400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

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

R = 57.46%
G = 35.36%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68400D (or 0x68400D) is known color: Raw Umber. HEX triplet: 68, 40 and 0D. RGB value is (104,64,13). Sum of RGB (Red+Green+Blue) = 104+64+13=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68400D is #97BFF2. Grayscale: #464646. Windows color (decimal): -9945075 or 868456. OLE color: 868456.

HSL color Cylindrical-coordinate representation of color #68400D: hue angle of 33.63º 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 #68400D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 13 -
CMYK 0 0.38 0.88 0.59
HSL 33.63º 0.78% 0.23% -
HSV(B) 33.63º 0.88% 0.41% -
XYZ 7.61 6.64 1.26 -
YUV 70.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 104 64 13 0 0.38 0.88 0.59 33.63 0.78 0.23
Hex 68 40 D 0 26 58 3B 22 4E 17
Octal 150 100 15 0 46 130 73 42 116 27
Binary 1101000 1000000 1101 0 100110 1011000 111011 100010 1001110 10111

Color Harmonies of #68400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68400D

Black with #68400D

Text Example


Text Example

White with #68400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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