Html Css Color HEX #6F2001 Baker's Chocolate

📋 copy color: '#6F2001'

red 111 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #6F2001

Tints of Baker's Chocolate #6F2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

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

R = 77.08%
G = 22.22%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F2001 (or 0x6F2001) is known color: Baker's Chocolate. HEX triplet: 6F, 20 and 01. RGB value is (111,32,1). Sum of RGB (Red+Green+Blue) = 111+32+1=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2001 is #90DFFE. Grayscale: #343434. Windows color (decimal): -9494527 or 73839. OLE color: 73839.

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

Color convert

RGB 111 32 1 -
CMYK 0 0.71 0.99 0.56
HSL 16.91º 0.98% 0.22% -
HSV(B) 16.91º 0.99% 0.44% -
XYZ 7.08 4.41 0.51 -
YUV 52.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 111 32 1 0 0.71 0.99 0.56 16.91 0.98 0.22
Hex 6F 20 1 0 47 63 38 11 62 16
Octal 157 40 1 0 107 143 70 21 142 26
Binary 1101111 100000 1 0 1000111 1100011 111000 10001 1100010 10110

Color Harmonies of #6F2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2001

Black with #6F2001

Text Example


Text Example

White with #6F2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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