#69421F

Color #69421F Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #69421F

Tints of Dark Brown #69421F

Color information

#69421F (or 0x69421F) is unknown color: approx Dark Brown. HEX triplet: 69, 42 and 1F. RGB value is (105,66,31). Sum of RGB (Red+Green+Blue) = 105+66+31=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #69421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69421F is #96BDE0. Grayscale: #494949. Windows color (decimal): -9879009 or 2048617. OLE color: 2048617.

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

Color convert

RGB1056631-
CMYK00.370.700.59
HSL28.38º54.41%26.67%-
HSV(B)28.38º70.48%41.18%-
XYZ8.0272.22-
YUV73.67103.92150.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.98%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=51.98%
G=32.67%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105663100.370.700.5928.3854.4126.67
Hex69421F025463B1c361b
Octal1511023704510673346633
Binary1101001100001011111010010110001101110111110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,66,31); }

 H1.HeaderClassName
 {
   color: #69421F;
 }
 .AnyTagClassName
 {
   color: #69421F;
 }
</style>
background-color css

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

 a { background-color: rgb(105,66,31); }

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

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

 span { border-color: rgb(105,66,31); }

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