Html Css Color HEX #6F300E Baker's Chocolate

📋 copy color: '#6F300E'

red 111 ◦ green 48 ◦ blue 14

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

Shades of Baker's Chocolate #6F300E

Tints of Baker's Chocolate #6F300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

 BLUE value IS 14 (5.86% from 255) = 8.09%

R = 64.16%
G = 27.75%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F300E (or 0x6F300E) is known color: Baker's Chocolate. HEX triplet: 6F, 30 and 0E. RGB value is (111,48,14). Sum of RGB (Red+Green+Blue) = 111+48+14=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F300E is #90CFF1. Grayscale: #3F3F3F. Windows color (decimal): -9490418 or 929903. OLE color: 929903.

HSL color Cylindrical-coordinate representation of color #6F300E: hue angle of 21.03º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F300E is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 48 14 -
CMYK 0 0.57 0.87 0.56
HSL 21.03º 0.78% 0.25% -
HSV(B) 21.03º 0.87% 0.44% -
XYZ 7.69 5.53 1.08 -
YUV 62.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 111 48 14 0 0.57 0.87 0.56 21.03 0.78 0.25
Hex 6F 30 E 0 39 57 38 15 4E 19
Octal 157 60 16 0 71 127 70 25 116 31
Binary 1101111 110000 1110 0 111001 1010111 111000 10101 1001110 11001

Color Harmonies of #6F300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F300E

Black with #6F300E

Text Example


Text Example

White with #6F300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,48,14); }

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

background-color css

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

 a { background-color: rgb(111,48,14); }

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

border-color css

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

 span { border-color: rgb(111,48,14); }

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