Html Css Color HEX #693F21 Semi-Sweet Chocolate

📋 copy color: '#693F21'

red 105 ◦ green 63 ◦ blue 33

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

Shades of Semi-Sweet Chocolate #693F21

Tints of Semi-Sweet Chocolate #693F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.42%

R = 52.24%
G = 31.34%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#693F21 (or 0x693F21) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 3F and 21. RGB value is (105,63,33). Sum of RGB (Red+Green+Blue) = 105+63+33=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #693F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F21 is #96C0DE. Grayscale: #484848. Windows color (decimal): -9879775 or 2178921. OLE color: 2178921.

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

Color convert

RGB 105 63 33 -
CMYK 0 0.4 0.69 0.59
HSL 25º 0.52% 0.27% -
HSV(B) 25º 0.69% 0.41% -
XYZ 7.88 6.67 2.31 -
YUV 72.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 105 63 33 0 0.4 0.69 0.59 25 0.52 0.27
Hex 69 3F 21 0 28 45 3B 19 34 1B
Octal 151 77 41 0 50 105 73 31 64 33
Binary 1101001 111111 100001 0 101000 1000101 111011 11001 110100 11011

Color Harmonies of #693F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F21

Black with #693F21

Text Example


Text Example

White with #693F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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