Html Css Color HEX #693F26 Semi-Sweet Chocolate

📋 copy color: '#693F26'

red 105 ◦ green 63 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #693F26

Tints of Semi-Sweet Chocolate #693F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.45%

R = 50.97%
G = 30.58%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#693F26 (or 0x693F26) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 3F and 26. RGB value is (105,63,38). Sum of RGB (Red+Green+Blue) = 105+63+38=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #693F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F26 is #96C0D9. Grayscale: #484848. Windows color (decimal): -9879770 or 2506601. OLE color: 2506601.

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

Color convert

RGB 105 63 38 -
CMYK 0 0.4 0.64 0.59
HSL 22.39º 0.47% 0.28% -
HSV(B) 22.39º 0.64% 0.41% -
XYZ 7.95 6.7 2.71 -
YUV 72.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 105 63 38 0 0.4 0.64 0.59 22.39 0.47 0.28
Hex 69 3F 26 0 28 40 3B 16 2F 1C
Octal 151 77 46 0 50 100 73 26 57 34
Binary 1101001 111111 100110 0 101000 1000000 111011 10110 101111 11100

Color Harmonies of #693F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F26

Black with #693F26

Text Example


Text Example

White with #693F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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