Html Css Color HEX #6F2801 Baker's Chocolate

📋 copy color: '#6F2801'

red 111 ◦ green 40 ◦ blue 1

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

Shades of Baker's Chocolate #6F2801

Tints of Baker's Chocolate #6F2801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.32%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 73.03%
G = 26.32%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F2801 (or 0x6F2801) is known color: Baker's Chocolate. HEX triplet: 6F, 28 and 01. RGB value is (111,40,1). Sum of RGB (Red+Green+Blue) = 111+40+1=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2801 is #90D7FE. Grayscale: #393939. Windows color (decimal): -9492479 or 75887. OLE color: 75887.

HSL color Cylindrical-coordinate representation of color #6F2801: hue angle of 21.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F2801 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 40 1 -
CMYK 0 0.64 0.99 0.56
HSL 21.27º 0.98% 0.22% -
HSV(B) 21.27º 0.99% 0.44% -
XYZ 7.32 4.9 0.59 -
YUV 56.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 111 40 1 0 0.64 0.99 0.56 21.27 0.98 0.22
Hex 6F 28 1 0 40 63 38 15 62 16
Octal 157 50 1 0 100 143 70 25 142 26
Binary 1101111 101000 1 0 1000000 1100011 111000 10101 1100010 10110

Color Harmonies of #6F2801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2801

Black with #6F2801

Text Example


Text Example

White with #6F2801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,40,1); }

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

background-color css

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

 a { background-color: rgb(111,40,1); }

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

border-color css

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

 span { border-color: rgb(111,40,1); }

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