Html Css Color HEX #693C15 Dark Brown

📋 copy color: '#693C15'

red 105 ◦ green 60 ◦ blue 21

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

Shades of Dark Brown #693C15

Tints of Dark Brown #693C15

RGB

 RED value IS 105 (41.41% from 255) = 56.45%

 GREEN value IS 60 (23.83% from 255) = 32.26%

 BLUE value IS 21 (8.59% from 255) = 11.29%

R = 56.45%
G = 32.26%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#693C15 (or 0x693C15) is known color: Dark Brown. HEX triplet: 69, 3C and 15. RGB value is (105,60,21). Sum of RGB (Red+Green+Blue) = 105+60+21=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #693C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C15 is #96C3EA. Grayscale: #454545. Windows color (decimal): -9880555 or 1391721. OLE color: 1391721.

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

Color convert

RGB 105 60 21 -
CMYK 0 0.43 0.80 0.59
HSL 27.86º 0.67% 0.25% -
HSV(B) 27.86º 0.8% 0.41% -
XYZ 7.58 6.29 1.52 -
YUV 69.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 105 60 21 0 0.43 0.80 0.59 27.86 0.67 0.25
Hex 69 3C 15 0 2B 50 3B 1C 43 19
Octal 151 74 25 0 53 120 73 34 103 31
Binary 1101001 111100 10101 0 101011 1010000 111011 11100 1000011 11001

Color Harmonies of #693C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C15

Black with #693C15

Text Example


Text Example

White with #693C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #693C15;
 }
 .AnyTagClassName
 {
   color: #693C15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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