Html Css Color HEX #6F2A0D Baker's Chocolate

📋 copy color: '#6F2A0D'

red 111 ◦ green 42 ◦ blue 13

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

Shades of Baker's Chocolate #6F2A0D

Tints of Baker's Chocolate #6F2A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 66.87%
G = 25.3%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F2A0D (or 0x6F2A0D) is known color: Baker's Chocolate. HEX triplet: 6F, 2A and 0D. RGB value is (111,42,13). Sum of RGB (Red+Green+Blue) = 111+42+13=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2A0D is #90D5F2. Grayscale: #3B3B3B. Windows color (decimal): -9491955 or 862831. OLE color: 862831.

HSL color Cylindrical-coordinate representation of color #6F2A0D: hue angle of 17.76º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F2A0D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 42 13 -
CMYK 0 0.62 0.88 0.56
HSL 17.76º 0.79% 0.24% -
HSV(B) 17.76º 0.88% 0.44% -
XYZ 7.46 5.06 0.97 -
YUV 59.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 111 42 13 0 0.62 0.88 0.56 17.76 0.79 0.24
Hex 6F 2A D 0 3E 58 38 12 4F 18
Octal 157 52 15 0 76 130 70 22 117 30
Binary 1101111 101010 1101 0 111110 1011000 111000 10010 1001111 11000

Color Harmonies of #6F2A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2A0D

Black with #6F2A0D

Text Example


Text Example

White with #6F2A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,42,13); }

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

background-color css

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

 a { background-color: rgb(111,42,13); }

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

border-color css

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

 span { border-color: rgb(111,42,13); }

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