Html Css Color HEX #68411F Dark Brown

📋 copy color: '#68411F'

red 104 ◦ green 65 ◦ blue 31

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

Shades of Dark Brown #68411F

Tints of Dark Brown #68411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

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

R = 52%
G = 32.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68411F (or 0x68411F) is known color: Dark Brown. HEX triplet: 68, 41 and 1F. RGB value is (104,65,31). Sum of RGB (Red+Green+Blue) = 104+65+31=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68411F is #97BEE0. Grayscale: #484848. Windows color (decimal): -9944801 or 2048360. OLE color: 2048360.

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

Color convert

RGB 104 65 31 -
CMYK 0 0.38 0.70 0.59
HSL 27.95º 0.54% 0.26% -
HSV(B) 27.95º 0.7% 0.41% -
XYZ 7.85 6.82 2.2 -
YUV 72.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 104 65 31 0 0.38 0.70 0.59 27.95 0.54 0.26
Hex 68 41 1F 0 26 46 3B 1C 36 1A
Octal 150 101 37 0 46 106 73 34 66 32
Binary 1101000 1000001 11111 0 100110 1000110 111011 11100 110110 11010

Color Harmonies of #68411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68411F

Black with #68411F

Text Example


Text Example

White with #68411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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