Html Css Color HEX #6F2700 Baker's Chocolate

📋 copy color: '#6F2700'

red 111 ◦ green 39 ◦ blue 0

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

Shades of Baker's Chocolate #6F2700

Tints of Baker's Chocolate #6F2700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74%
G = 26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F2700 (or 0x6F2700) is known color: Baker's Chocolate. HEX triplet: 6F, 27 and 00. RGB value is (111,39,0). Sum of RGB (Red+Green+Blue) = 111+39+0=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2700 is #90D8FF. Grayscale: #383838. Windows color (decimal): -9492736 or 10095. OLE color: 10095.

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

Color convert

RGB 111 39 0 -
CMYK 0 0.65 1 0.56
HSL 21.08º 1% 0.22% -
HSV(B) 21.08º 1% 0.44% -
XYZ 7.28 4.83 0.55 -
YUV 56.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 111 39 0 0 0.65 1 0.56 21.08 1 0.22
Hex 6F 27 0 0 41 64 38 15 64 16
Octal 157 47 0 0 101 144 70 25 144 26
Binary 1101111 100111 0 0 1000001 1100100 111000 10101 1100100 10110

Color Harmonies of #6F2700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2700

Black with #6F2700

Text Example


Text Example

White with #6F2700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,39,0); }

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

background-color css

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

 a { background-color: rgb(111,39,0); }

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

border-color css

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

 span { border-color: rgb(111,39,0); }

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