Html Css Color HEX #69412D Semi-Sweet Chocolate

📋 copy color: '#69412D'

red 105 ◦ green 65 ◦ blue 45

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

Shades of Semi-Sweet Chocolate #69412D

Tints of Semi-Sweet Chocolate #69412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 48.84%
G = 30.23%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#69412D (or 0x69412D) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 41 and 2D. RGB value is (105,65,45). Sum of RGB (Red+Green+Blue) = 105+65+45=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #69412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69412D is #96BED2. Grayscale: #4A4A4A. Windows color (decimal): -9879251 or 2965865. OLE color: 2965865.

HSL color Cylindrical-coordinate representation of color #69412D: hue angle of 20º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69412D is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 45 -
CMYK 0 0.38 0.57 0.59
HSL 20º 0.4% 0.29% -
HSV(B) 20º 0.57% 0.41% -
XYZ 8.19 6.97 3.4 -
YUV 74.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 105 65 45 0 0.38 0.57 0.59 20 0.4 0.29
Hex 69 41 2D 0 26 39 3B 14 28 1D
Octal 151 101 55 0 46 71 73 24 50 35
Binary 1101001 1000001 101101 0 100110 111001 111011 10100 101000 11101

Color Harmonies of #69412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69412D

Black with #69412D

Text Example


Text Example

White with #69412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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