Html Css Color HEX #6A4528 Semi-Sweet Chocolate

📋 copy color: '#6A4528'

red 106 ◦ green 69 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #6A4528

Tints of Semi-Sweet Chocolate #6A4528

RGB

 RED value IS 106 (41.8% from 255) = 49.3%

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 49.3%
G = 32.09%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6A4528 (or 0x6A4528) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 45 and 28. RGB value is (106,69,40). Sum of RGB (Red+Green+Blue) = 106+69+40=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4528 is #95BAD7. Grayscale: #4C4C4C. Windows color (decimal): -9812696 or 2639210. OLE color: 2639210.

HSL color Cylindrical-coordinate representation of color #6A4528: hue angle of 26.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4528 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 69 40 -
CMYK 0 0.35 0.62 0.58
HSL 26.36º 0.45% 0.29% -
HSV(B) 26.36º 0.62% 0.42% -
XYZ 8.45 7.47 3 -
YUV 76.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 106 69 40 0 0.35 0.62 0.58 26.36 0.45 0.29
Hex 6A 45 28 0 23 3E 3A 1A 2D 1D
Octal 152 105 50 0 43 76 72 32 55 35
Binary 1101010 1000101 101000 0 100011 111110 111010 11010 101101 11101

Color Harmonies of #6A4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4528

Black with #6A4528

Text Example


Text Example

White with #6A4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A4528; }

 p { color: rgb(106,69,40); }

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

background-color css

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

 a { background-color: rgb(106,69,40); }

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

border-color css

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

 span { border-color: rgb(106,69,40); }

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