Html Css Color HEX #6F2601 Baker's Chocolate

📋 copy color: '#6F2601'

red 111 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #6F2601

Tints of Baker's Chocolate #6F2601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.33%

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

R = 74%
G = 25.33%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F2601 (or 0x6F2601) is known color: Baker's Chocolate. HEX triplet: 6F, 26 and 01. RGB value is (111,38,1). Sum of RGB (Red+Green+Blue) = 111+38+1=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2601 is #90D9FE. Grayscale: #373737. Windows color (decimal): -9492991 or 75375. OLE color: 75375.

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

Color convert

RGB 111 38 1 -
CMYK 0 0.66 0.99 0.56
HSL 20.18º 0.98% 0.22% -
HSV(B) 20.18º 0.99% 0.44% -
XYZ 7.25 4.77 0.57 -
YUV 55.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 111 38 1 0 0.66 0.99 0.56 20.18 0.98 0.22
Hex 6F 26 1 0 42 63 38 14 62 16
Octal 157 46 1 0 102 143 70 24 142 26
Binary 1101111 100110 1 0 1000010 1100011 111000 10100 1100010 10110

Color Harmonies of #6F2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2601

Black with #6F2601

Text Example


Text Example

White with #6F2601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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