Html Css Color HEX #693B14 Dark Brown

📋 copy color: '#693B14'

red 105 ◦ green 59 ◦ blue 20

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

Shades of Dark Brown #693B14

Tints of Dark Brown #693B14

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.07%

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 57.07%
G = 32.07%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#693B14 (or 0x693B14) is known color: Dark Brown. HEX triplet: 69, 3B and 14. RGB value is (105,59,20). Sum of RGB (Red+Green+Blue) = 105+59+20=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #693B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693B14 is #96C4EB. Grayscale: #444444. Windows color (decimal): -9880812 or 1325929. OLE color: 1325929.

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

Color convert

RGB 105 59 20 -
CMYK 0 0.44 0.81 0.59
HSL 27.53º 0.68% 0.25% -
HSV(B) 27.53º 0.81% 0.41% -
XYZ 7.52 6.18 1.46 -
YUV 68.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 105 59 20 0 0.44 0.81 0.59 27.53 0.68 0.25
Hex 69 3B 14 0 2C 51 3B 1C 44 19
Octal 151 73 24 0 54 121 73 34 104 31
Binary 1101001 111011 10100 0 101100 1010001 111011 11100 1000100 11001

Color Harmonies of #693B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B14

Black with #693B14

Text Example


Text Example

White with #693B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,59,20); }

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

background-color css

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

 a { background-color: rgb(105,59,20); }

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

border-color css

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

 span { border-color: rgb(105,59,20); }

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