Html Css Color HEX #6F2201 Baker's Chocolate

📋 copy color: '#6F2201'

red 111 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #6F2201

Tints of Baker's Chocolate #6F2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.29%

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

R = 76.03%
G = 23.29%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F2201 (or 0x6F2201) is known color: Baker's Chocolate. HEX triplet: 6F, 22 and 01. RGB value is (111,34,1). Sum of RGB (Red+Green+Blue) = 111+34+1=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2201 is #90DDFE. Grayscale: #353535. Windows color (decimal): -9494015 or 74351. OLE color: 74351.

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

Color convert

RGB 111 34 1 -
CMYK 0 0.69 0.99 0.56
HSL 18º 0.98% 0.22% -
HSV(B) 18º 0.99% 0.44% -
XYZ 7.13 4.53 0.53 -
YUV 53.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 111 34 1 0 0.69 0.99 0.56 18 0.98 0.22
Hex 6F 22 1 0 45 63 38 12 62 16
Octal 157 42 1 0 105 143 70 22 142 26
Binary 1101111 100010 1 0 1000101 1100011 111000 10010 1100010 10110

Color Harmonies of #6F2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2201

Black with #6F2201

Text Example


Text Example

White with #6F2201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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