Html Css Color HEX #68441F Dark Brown

📋 copy color: '#68441F'

red 104 ◦ green 68 ◦ blue 31

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

Shades of Dark Brown #68441F

Tints of Dark Brown #68441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 51.23%
G = 33.5%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68441F (or 0x68441F) is known color: Dark Brown. HEX triplet: 68, 44 and 1F. RGB value is (104,68,31). Sum of RGB (Red+Green+Blue) = 104+68+31=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68441F is #97BBE0. Grayscale: #4A4A4A. Windows color (decimal): -9944033 or 2049128. OLE color: 2049128.

HSL color Cylindrical-coordinate representation of color #68441F: hue angle of 30.41º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68441F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 31 -
CMYK 0 0.35 0.70 0.59
HSL 30.41º 0.54% 0.26% -
HSV(B) 30.41º 0.7% 0.41% -
XYZ 8.02 7.18 2.26 -
YUV 74.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 104 68 31 0 0.35 0.70 0.59 30.41 0.54 0.26
Hex 68 44 1F 0 23 46 3B 1E 36 1A
Octal 150 104 37 0 43 106 73 36 66 32
Binary 1101000 1000100 11111 0 100011 1000110 111011 11110 110110 11010

Color Harmonies of #68441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68441F

Black with #68441F

Text Example


Text Example

White with #68441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68441F; }

 p { color: rgb(104,68,31); }

 H1.HeaderClassName
 {
   color: #68441F;
 }
 .AnyTagClassName
 {
   color: #68441F;
 }
</style>

background-color css

<style>
 a { background-color: #68441F; }

 a { background-color: rgb(104,68,31); }

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

border-color css

<style>
 span { border-color: #68441F; }

 span { border-color: rgb(104,68,31); }

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