Html Css Color HEX #68411B Dark Brown

📋 copy color: '#68411B'

red 104 ◦ green 65 ◦ blue 27

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

Shades of Dark Brown #68411B

Tints of Dark Brown #68411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.78%

R = 53.06%
G = 33.16%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68411B (or 0x68411B) is known color: Dark Brown. HEX triplet: 68, 41 and 1B. RGB value is (104,65,27). Sum of RGB (Red+Green+Blue) = 104+65+27=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68411B is #97BEE4. Grayscale: #484848. Windows color (decimal): -9944805 or 1786216. OLE color: 1786216.

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

Color convert

RGB 104 65 27 -
CMYK 0 0.38 0.74 0.59
HSL 29.61º 0.59% 0.26% -
HSV(B) 29.61º 0.74% 0.41% -
XYZ 7.8 6.8 1.94 -
YUV 72.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 104 65 27 0 0.38 0.74 0.59 29.61 0.59 0.26
Hex 68 41 1B 0 26 4A 3B 1E 3B 1A
Octal 150 101 33 0 46 112 73 36 73 32
Binary 1101000 1000001 11011 0 100110 1001010 111011 11110 111011 11010

Color Harmonies of #68411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68411B

Black with #68411B

Text Example


Text Example

White with #68411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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