Html Css Color HEX #693C16 Dark Brown

📋 copy color: '#693C16'

red 105 ◦ green 60 ◦ blue 22

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

Shades of Dark Brown #693C16

Tints of Dark Brown #693C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 56.15%
G = 32.09%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#693C16 (or 0x693C16) is known color: Dark Brown. HEX triplet: 69, 3C and 16. RGB value is (105,60,22). Sum of RGB (Red+Green+Blue) = 105+60+22=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #693C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C16 is #96C3E9. Grayscale: #454545. Windows color (decimal): -9880554 or 1457257. OLE color: 1457257.

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

Color convert

RGB 105 60 22 -
CMYK 0 0.43 0.79 0.59
HSL 27.47º 0.65% 0.25% -
HSV(B) 27.47º 0.79% 0.41% -
XYZ 7.59 6.29 1.57 -
YUV 69.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 105 60 22 0 0.43 0.79 0.59 27.47 0.65 0.25
Hex 69 3C 16 0 2B 4F 3B 1B 41 19
Octal 151 74 26 0 53 117 73 33 101 31
Binary 1101001 111100 10110 0 101011 1001111 111011 11011 1000001 11001

Color Harmonies of #693C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C16

Black with #693C16

Text Example


Text Example

White with #693C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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