Html Css Color HEX #6F2202 Baker's Chocolate

📋 copy color: '#6F2202'

red 111 ◦ green 34 ◦ blue 2

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

Shades of Baker's Chocolate #6F2202

Tints of Baker's Chocolate #6F2202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 75.51%
G = 23.13%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F2202 (or 0x6F2202) is known color: Baker's Chocolate. HEX triplet: 6F, 22 and 02. RGB value is (111,34,2). Sum of RGB (Red+Green+Blue) = 111+34+2=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2202 is #90DDFD. Grayscale: #353535. Windows color (decimal): -9494014 or 139887. OLE color: 139887.

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

Color convert

RGB 111 34 2 -
CMYK 0 0.69 0.98 0.56
HSL 17.61º 0.96% 0.22% -
HSV(B) 17.61º 0.98% 0.44% -
XYZ 7.14 4.53 0.56 -
YUV 53.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 111 34 2 0 0.69 0.98 0.56 17.61 0.96 0.22
Hex 6F 22 2 0 45 62 38 12 60 16
Octal 157 42 2 0 105 142 70 22 140 26
Binary 1101111 100010 10 0 1000101 1100010 111000 10010 1100000 10110

Color Harmonies of #6F2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2202

Black with #6F2202

Text Example


Text Example

White with #6F2202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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