Html Css Color HEX #693C18 Dark Brown

📋 copy color: '#693C18'

red 105 ◦ green 60 ◦ blue 24

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

Shades of Dark Brown #693C18

Tints of Dark Brown #693C18

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.7%

R = 55.56%
G = 31.75%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#693C18 (or 0x693C18) is known color: 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

RGB 105 60 24 -
CMYK 0 0.43 0.77 0.59
HSL 26.67º 0.63% 0.25% -
HSV(B) 26.67º 0.77% 0.41% -
XYZ 7.61 6.3 1.68 -
YUV 69.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 105 60 24 0 0.43 0.77 0.59 26.67 0.63 0.25
Hex 69 3C 18 0 2B 4D 3B 1B 3F 19
Octal 151 74 30 0 53 115 73 33 77 31
Binary 1101001 111100 11000 0 101011 1001101 111011 11011 111111 11001

Color Harmonies of #693C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C18

Black with #693C18

Text Example


Text Example

White with #693C18

Text Example


Text Example

HTML Codes & Css Web 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>