Html Css Color HEX #6B290C Baker's Chocolate

📋 copy color: '#6B290C'

red 107 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #6B290C

Tints of Baker's Chocolate #6B290C

RGB

 RED value IS 107 (42.19% from 255) = 66.88%

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 66.88%
G = 25.63%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6B290C (or 0x6B290C) is known color: Baker's Chocolate. HEX triplet: 6B, 29 and 0C. RGB value is (107,41,12). Sum of RGB (Red+Green+Blue) = 107+41+12=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B290C is #94D6F3. Grayscale: #393939. Windows color (decimal): -9754356 or 797035. OLE color: 797035.

HSL color Cylindrical-coordinate representation of color #6B290C: hue angle of 18.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 #6B290C is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 41 12 -
CMYK 0 0.62 0.89 0.58
HSL 18.32º 0.8% 0.23% -
HSV(B) 18.32º 0.89% 0.42% -
XYZ 6.92 4.74 0.9 -
YUV 57.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 107 41 12 0 0.62 0.89 0.58 18.32 0.8 0.23
Hex 6B 29 C 0 3E 59 3A 12 50 17
Octal 153 51 14 0 76 131 72 22 120 27
Binary 1101011 101001 1100 0 111110 1011001 111010 10010 1010000 10111

Color Harmonies of #6B290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B290C

Black with #6B290C

Text Example


Text Example

White with #6B290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,41,12); }

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

background-color css

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

 a { background-color: rgb(107,41,12); }

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

border-color css

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

 span { border-color: rgb(107,41,12); }

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