Html Css Color HEX #693D1C Dark Brown

📋 copy color: '#693D1C'

red 105 ◦ green 61 ◦ blue 28

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

Shades of Dark Brown #693D1C

Tints of Dark Brown #693D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.44%

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 54.12%
G = 31.44%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#693D1C (or 0x693D1C) is known color: Dark Brown. HEX triplet: 69, 3D and 1C. RGB value is (105,61,28). Sum of RGB (Red+Green+Blue) = 105+61+28=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #693D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D1C is #96C2E3. Grayscale: #464646. Windows color (decimal): -9880292 or 1850729. OLE color: 1850729.

HSL color Cylindrical-coordinate representation of color #693D1C: hue angle of 25.71º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693D1C is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 61 28 -
CMYK 0 0.42 0.73 0.59
HSL 25.71º 0.58% 0.26% -
HSV(B) 25.71º 0.73% 0.41% -
XYZ 7.7 6.42 1.93 -
YUV 70.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 105 61 28 0 0.42 0.73 0.59 25.71 0.58 0.26
Hex 69 3D 1C 0 2A 49 3B 1A 3A 1A
Octal 151 75 34 0 52 111 73 32 72 32
Binary 1101001 111101 11100 0 101010 1001001 111011 11010 111010 11010

Color Harmonies of #693D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D1C

Black with #693D1C

Text Example


Text Example

White with #693D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,61,28); }

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

background-color css

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

 a { background-color: rgb(105,61,28); }

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

border-color css

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

 span { border-color: rgb(105,61,28); }

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