#693C18

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

Shades of Dark Brown #693C18

Tints of Dark Brown #693C18

Color information

#693C18 (or 0x693C18) is unknown color: approx Dark Brown. HEX triplet: 69, 3C and 18. RGB value is (105,60,24). Sum of RGB (Red+Green+Blue) = 105+60+24=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #693C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C18 is #96C3E7. Grayscale: #454545. Windows color (decimal): -9880552 or 1588329. OLE color: 1588329.

HSL color Cylindrical-coordinate representation of color #693C18: hue angle of 26.67º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #693C18 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1056024-
CMYK00.430.770.59
HSL26.67º62.79%25.29%-
HSV(B)26.67º77.14%41.18%-
XYZ7.616.31.68-
YUV69.35102.41153.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.56%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=55.56%
G=31.75%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105602400.430.770.5926.6762.7925.29
Hex693C1802B4D3B1b3f19
Octal151743005311573337731
Binary110100111110011000010101110011011110111101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693C18; }

 p { color: rgb(105,60,24); }

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

<style>
 a { background-color: #693C18; }

 a { background-color: rgb(105,60,24); }

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

<style>
 span { border-color: #693C18; }

 span { border-color: rgb(105,60,24); }

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