Html Css Color HEX #694226 Semi-Sweet Chocolate

📋 copy color: '#694226'

red 105 ◦ green 66 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #694226

Tints of Semi-Sweet Chocolate #694226

RGB

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

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

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

R = 50.24%
G = 31.58%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#694226 (or 0x694226) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 42 and 26. RGB value is (105,66,38). Sum of RGB (Red+Green+Blue) = 105+66+38=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #694226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694226 is #96BDD9. Grayscale: #4A4A4A. Windows color (decimal): -9879002 or 2507369. OLE color: 2507369.

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

Color convert

RGB 105 66 38 -
CMYK 0 0.37 0.64 0.59
HSL 25.07º 0.47% 0.28% -
HSV(B) 25.07º 0.64% 0.41% -
XYZ 8.12 7.04 2.76 -
YUV 74.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 105 66 38 0 0.37 0.64 0.59 25.07 0.47 0.28
Hex 69 42 26 0 25 40 3B 19 2F 1C
Octal 151 102 46 0 45 100 73 31 57 34
Binary 1101001 1000010 100110 0 100101 1000000 111011 11001 101111 11100

Color Harmonies of #694226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694226

Black with #694226

Text Example


Text Example

White with #694226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694226; }

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

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

background-color css

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

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

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

border-color css

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

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

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