Html Css Color HEX #68401A Dark Brown

📋 copy color: '#68401A'

red 104 ◦ green 64 ◦ blue 26

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

Shades of Dark Brown #68401A

Tints of Dark Brown #68401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 53.61%
G = 32.99%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68401A (or 0x68401A) is known color: Dark Brown. HEX triplet: 68, 40 and 1A. RGB value is (104,64,26). Sum of RGB (Red+Green+Blue) = 104+64+26=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #68401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68401A is #97BFE5. Grayscale: #474747. Windows color (decimal): -9945062 or 1720424. OLE color: 1720424.

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

Color convert

RGB 104 64 26 -
CMYK 0 0.38 0.75 0.59
HSL 29.23º 0.6% 0.25% -
HSV(B) 29.23º 0.75% 0.41% -
XYZ 7.73 6.68 1.86 -
YUV 71.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 104 64 26 0 0.38 0.75 0.59 29.23 0.6 0.25
Hex 68 40 1A 0 26 4B 3B 1D 3C 19
Octal 150 100 32 0 46 113 73 35 74 31
Binary 1101000 1000000 11010 0 100110 1001011 111011 11101 111100 11001

Color Harmonies of #68401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68401A

Black with #68401A

Text Example


Text Example

White with #68401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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