Html Css Color HEX #694328 Semi-Sweet Chocolate

📋 copy color: '#694328'

red 105 ◦ green 67 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #694328

Tints of Semi-Sweet Chocolate #694328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 49.53%
G = 31.6%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#694328 (or 0x694328) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 43 and 28. RGB value is (105,67,40). Sum of RGB (Red+Green+Blue) = 105+67+40=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #694328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694328 is #96BCD7. Grayscale: #4B4B4B. Windows color (decimal): -9878744 or 2638697. OLE color: 2638697.

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

Color convert

RGB 105 67 40 -
CMYK 0 0.36 0.62 0.59
HSL 24.92º 0.45% 0.28% -
HSV(B) 24.92º 0.62% 0.41% -
XYZ 8.22 7.17 2.96 -
YUV 75.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 105 67 40 0 0.36 0.62 0.59 24.92 0.45 0.28
Hex 69 43 28 0 24 3E 3B 19 2D 1C
Octal 151 103 50 0 44 76 73 31 55 34
Binary 1101001 1000011 101000 0 100100 111110 111011 11001 101101 11100

Color Harmonies of #694328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694328

Black with #694328

Text Example


Text Example

White with #694328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694328; }

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

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

background-color css

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

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

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

border-color css

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

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

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