Html Css Color HEX #6F290C Baker's Chocolate

📋 copy color: '#6F290C'

red 111 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #6F290C

Tints of Baker's Chocolate #6F290C

RGB

 RED value IS 111 (43.75% from 255) = 67.68%

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

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

R = 67.68%
G = 25%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F290C (or 0x6F290C) is known color: Baker's Chocolate. HEX triplet: 6F, 29 and 0C. RGB value is (111,41,12). Sum of RGB (Red+Green+Blue) = 111+41+12=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F290C is #90D6F3. Grayscale: #3A3A3A. Windows color (decimal): -9492212 or 797039. OLE color: 797039.

HSL color Cylindrical-coordinate representation of color #6F290C: hue angle of 17.58º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F290C is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 41 12 -
CMYK 0 0.63 0.89 0.56
HSL 17.58º 0.8% 0.24% -
HSV(B) 17.58º 0.89% 0.44% -
XYZ 7.41 4.99 0.92 -
YUV 58.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 111 41 12 0 0.63 0.89 0.56 17.58 0.8 0.24
Hex 6F 29 C 0 3F 59 38 12 50 18
Octal 157 51 14 0 77 131 70 22 120 30
Binary 1101111 101001 1100 0 111111 1011001 111000 10010 1010000 11000

Color Harmonies of #6F290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F290C

Black with #6F290C

Text Example


Text Example

White with #6F290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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