Html Css Color HEX #693F28 Semi-Sweet Chocolate

📋 copy color: '#693F28'

red 105 ◦ green 63 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #693F28

Tints of Semi-Sweet Chocolate #693F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 50.48%
G = 30.29%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#693F28 (or 0x693F28) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 3F and 28. RGB value is (105,63,40). Sum of RGB (Red+Green+Blue) = 105+63+40=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #693F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F28 is #96C0D7. Grayscale: #494949. Windows color (decimal): -9879768 or 2637673. OLE color: 2637673.

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

Color convert

RGB 105 63 40 -
CMYK 0 0.4 0.62 0.59
HSL 21.23º 0.45% 0.28% -
HSV(B) 21.23º 0.62% 0.41% -
XYZ 7.99 6.71 2.88 -
YUV 72.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 105 63 40 0 0.4 0.62 0.59 21.23 0.45 0.28
Hex 69 3F 28 0 28 3E 3B 15 2D 1C
Octal 151 77 50 0 50 76 73 25 55 34
Binary 1101001 111111 101000 0 101000 111110 111011 10101 101101 11100

Color Harmonies of #693F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F28

Black with #693F28

Text Example


Text Example

White with #693F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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