Html Css Color HEX #68431D Dark Brown

📋 copy color: '#68431D'

red 104 ◦ green 67 ◦ blue 29

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

Shades of Dark Brown #68431D

Tints of Dark Brown #68431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.5%

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 52%
G = 33.5%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68431D (or 0x68431D) is known color: Dark Brown. HEX triplet: 68, 43 and 1D. RGB value is (104,67,29). Sum of RGB (Red+Green+Blue) = 104+67+29=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68431D is #97BCE2. Grayscale: #494949. Windows color (decimal): -9944291 or 1917800. OLE color: 1917800.

HSL color Cylindrical-coordinate representation of color #68431D: hue angle of 30.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68431D is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 67 29 -
CMYK 0 0.36 0.72 0.59
HSL 30.4º 0.56% 0.26% -
HSV(B) 30.4º 0.72% 0.41% -
XYZ 7.94 7.05 2.1 -
YUV 73.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 104 67 29 0 0.36 0.72 0.59 30.4 0.56 0.26
Hex 68 43 1D 0 24 48 3B 1E 38 1A
Octal 150 103 35 0 44 110 73 36 70 32
Binary 1101000 1000011 11101 0 100100 1001000 111011 11110 111000 11010

Color Harmonies of #68431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68431D

Black with #68431D

Text Example


Text Example

White with #68431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68431D; }

 p { color: rgb(104,67,29); }

 H1.HeaderClassName
 {
   color: #68431D;
 }
 .AnyTagClassName
 {
   color: #68431D;
 }
</style>

background-color css

<style>
 a { background-color: #68431D; }

 a { background-color: rgb(104,67,29); }

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

border-color css

<style>
 span { border-color: #68431D; }

 span { border-color: rgb(104,67,29); }

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