Html Css Color HEX #694228 Semi-Sweet Chocolate

📋 copy color: '#694228'

red 105 ◦ green 66 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #694228

Tints of Semi-Sweet Chocolate #694228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

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

R = 49.76%
G = 31.28%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#694228 (or 0x694228) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 42 and 28. RGB value is (105,66,40). Sum of RGB (Red+Green+Blue) = 105+66+40=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #694228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694228 is #96BDD7. Grayscale: #4A4A4A. Windows color (decimal): -9879000 or 2638441. OLE color: 2638441.

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

Color convert

RGB 105 66 40 -
CMYK 0 0.37 0.62 0.59
HSL 24º 0.45% 0.28% -
HSV(B) 24º 0.62% 0.41% -
XYZ 8.16 7.05 2.94 -
YUV 74.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 105 66 40 0 0.37 0.62 0.59 24 0.45 0.28
Hex 69 42 28 0 25 3E 3B 18 2D 1C
Octal 151 102 50 0 45 76 73 30 55 34
Binary 1101001 1000010 101000 0 100101 111110 111011 11000 101101 11100

Color Harmonies of #694228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694228

Black with #694228

Text Example


Text Example

White with #694228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694228; }

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

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

background-color css

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

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

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

border-color css

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

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

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