Html Css Color HEX #68401E Dark Brown

📋 copy color: '#68401E'

red 104 ◦ green 64 ◦ blue 30

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

Shades of Dark Brown #68401E

Tints of Dark Brown #68401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 52.53%
G = 32.32%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68401E (or 0x68401E) is known color: Dark Brown. HEX triplet: 68, 40 and 1E. RGB value is (104,64,30). Sum of RGB (Red+Green+Blue) = 104+64+30=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68401E is #97BFE1. Grayscale: #484848. Windows color (decimal): -9945058 or 1982568. OLE color: 1982568.

HSL color Cylindrical-coordinate representation of color #68401E: hue angle of 27.57º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68401E is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 30 -
CMYK 0 0.38 0.71 0.59
HSL 27.57º 0.55% 0.26% -
HSV(B) 27.57º 0.71% 0.41% -
XYZ 7.78 6.7 2.11 -
YUV 72.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 104 64 30 0 0.38 0.71 0.59 27.57 0.55 0.26
Hex 68 40 1E 0 26 47 3B 1C 37 1A
Octal 150 100 36 0 46 107 73 34 67 32
Binary 1101000 1000000 11110 0 100110 1000111 111011 11100 110111 11010

Color Harmonies of #68401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68401E

Black with #68401E

Text Example


Text Example

White with #68401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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