Html Css Color HEX #6A240C Baker's Chocolate

📋 copy color: '#6A240C'

red 106 ◦ green 36 ◦ blue 12

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

Shades of Baker's Chocolate #6A240C

Tints of Baker's Chocolate #6A240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.38%

 BLUE value IS 12 (5.08% from 255) = 7.79%

R = 68.83%
G = 23.38%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6A240C (or 0x6A240C) is known color: Baker's Chocolate. HEX triplet: 6A, 24 and 0C. RGB value is (106,36,12). Sum of RGB (Red+Green+Blue) = 106+36+12=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A240C is #95DBF3. Grayscale: #363636. Windows color (decimal): -9821172 or 795754. OLE color: 795754.

HSL color Cylindrical-coordinate representation of color #6A240C: hue angle of 15.32º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A240C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 36 12 -
CMYK 0 0.66 0.89 0.58
HSL 15.32º 0.8% 0.23% -
HSV(B) 15.32º 0.89% 0.42% -
XYZ 6.64 4.35 0.84 -
YUV 54.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 106 36 12 0 0.66 0.89 0.58 15.32 0.8 0.23
Hex 6A 24 C 0 42 59 3A F 50 17
Octal 152 44 14 0 102 131 72 17 120 27
Binary 1101010 100100 1100 0 1000010 1011001 111010 1111 1010000 10111

Color Harmonies of #6A240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A240C

Black with #6A240C

Text Example


Text Example

White with #6A240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,36,12); }

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

background-color css

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

 a { background-color: rgb(106,36,12); }

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

border-color css

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

 span { border-color: rgb(106,36,12); }

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