Html Css Color HEX #6F310C Baker's Chocolate

📋 copy color: '#6F310C'

red 111 ◦ green 49 ◦ blue 12

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

Shades of Baker's Chocolate #6F310C

Tints of Baker's Chocolate #6F310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

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

R = 64.53%
G = 28.49%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F310C (or 0x6F310C) is known color: Baker's Chocolate. HEX triplet: 6F, 31 and 0C. RGB value is (111,49,12). Sum of RGB (Red+Green+Blue) = 111+49+12=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F310C is #90CEF3. Grayscale: #3F3F3F. Windows color (decimal): -9490164 or 799087. OLE color: 799087.

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

Color convert

RGB 111 49 12 -
CMYK 0 0.56 0.89 0.56
HSL 22.42º 0.8% 0.24% -
HSV(B) 22.42º 0.89% 0.44% -
XYZ 7.72 5.6 1.02 -
YUV 63.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 111 49 12 0 0.56 0.89 0.56 22.42 0.8 0.24
Hex 6F 31 C 0 38 59 38 16 50 18
Octal 157 61 14 0 70 131 70 26 120 30
Binary 1101111 110001 1100 0 111000 1011001 111000 10110 1010000 11000

Color Harmonies of #6F310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F310C

Black with #6F310C

Text Example


Text Example

White with #6F310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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