Html Css Color HEX #693F29 Semi-Sweet Chocolate

📋 copy color: '#693F29'

red 105 ◦ green 63 ◦ blue 41

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

Shades of Semi-Sweet Chocolate #693F29

Tints of Semi-Sweet Chocolate #693F29

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 50.24%
G = 30.14%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#693F29 (or 0x693F29) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 3F and 29. RGB value is (105,63,41). Sum of RGB (Red+Green+Blue) = 105+63+41=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F29 is #96C0D6. Grayscale: #494949. Windows color (decimal): -9879767 or 2703209. OLE color: 2703209.

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

Color convert

RGB 105 63 41 -
CMYK 0 0.4 0.61 0.59
HSL 20.63º 0.44% 0.29% -
HSV(B) 20.63º 0.61% 0.41% -
XYZ 8 6.72 2.97 -
YUV 73.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 105 63 41 0 0.4 0.61 0.59 20.63 0.44 0.29
Hex 69 3F 29 0 28 3D 3B 15 2C 1D
Octal 151 77 51 0 50 75 73 25 54 35
Binary 1101001 111111 101001 0 101000 111101 111011 10101 101100 11101

Color Harmonies of #693F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F29

Black with #693F29

Text Example


Text Example

White with #693F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,63,41); }

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

background-color css

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

 a { background-color: rgb(105,63,41); }

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

border-color css

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

 span { border-color: rgb(105,63,41); }

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