Html Css Color HEX #694121 Semi-Sweet Chocolate

📋 copy color: '#694121'

red 105 ◦ green 65 ◦ blue 33

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

Shades of Semi-Sweet Chocolate #694121

Tints of Semi-Sweet Chocolate #694121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

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

R = 51.72%
G = 32.02%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#694121 (or 0x694121) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 41 and 21. RGB value is (105,65,33). Sum of RGB (Red+Green+Blue) = 105+65+33=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #694121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694121 is #96BEDE. Grayscale: #494949. Windows color (decimal): -9879263 or 2179433. OLE color: 2179433.

HSL color Cylindrical-coordinate representation of color #694121: hue angle of 26.67º 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 #694121 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 33 -
CMYK 0 0.38 0.69 0.59
HSL 26.67º 0.52% 0.27% -
HSV(B) 26.67º 0.69% 0.41% -
XYZ 7.99 6.89 2.35 -
YUV 73.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 105 65 33 0 0.38 0.69 0.59 26.67 0.52 0.27
Hex 69 41 21 0 26 45 3B 1B 34 1B
Octal 151 101 41 0 46 105 73 33 64 33
Binary 1101001 1000001 100001 0 100110 1000101 111011 11011 110100 11011

Color Harmonies of #694121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694121

Black with #694121

Text Example


Text Example

White with #694121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694121; }

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

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

background-color css

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

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

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

border-color css

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

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

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