#69422B

Color #69422B Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #69422B

Tints of Semi-Sweet Chocolate #69422B

Color information

#69422B (or 0x69422B) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 42 and 2B. RGB value is (105,66,43). Sum of RGB (Red+Green+Blue) = 105+66+43=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #69422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69422B is #96BDD4. Grayscale: #4B4B4B. Windows color (decimal): -9878997 or 2835049. OLE color: 2835049.

HSL color Cylindrical-coordinate representation of color #69422B: hue angle of 22.26º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69422B is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1056643-
CMYK00.370.590.59
HSL22.26º41.89%29.02%-
HSV(B)22.26º59.05%41.18%-
XYZ8.217.073.22-
YUV75.04109.92149.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=49.07%
G=30.84%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105664300.370.590.5922.2641.8929.02
Hex69422B0253B3B162a1d
Octal151102530457373265235
Binary1101001100001010101101001011110111110111011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69422B; }

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

 H1.HeaderClassName
 {
   color: #69422B;
 }
 .AnyTagClassName
 {
   color: #69422B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #69422B;
 }
 .BgClassName
 {
   background-color: #69422B;
 }
</style>
border-color css

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

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

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