Html Css Color HEX #6F290F Baker's Chocolate

📋 copy color: '#6F290F'

red 111 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #6F290F

Tints of Baker's Chocolate #6F290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 66.47%
G = 24.55%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F290F (or 0x6F290F) is known color: Baker's Chocolate. HEX triplet: 6F, 29 and 0F. RGB value is (111,41,15). Sum of RGB (Red+Green+Blue) = 111+41+15=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F290F is #90D6F0. Grayscale: #3B3B3B. Windows color (decimal): -9492209 or 993647. OLE color: 993647.

HSL color Cylindrical-coordinate representation of color #6F290F: hue angle of 16.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F290F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 41 15 -
CMYK 0 0.63 0.86 0.56
HSL 16.25º 0.76% 0.25% -
HSV(B) 16.25º 0.86% 0.44% -
XYZ 7.43 5 1.03 -
YUV 58.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 111 41 15 0 0.63 0.86 0.56 16.25 0.76 0.25
Hex 6F 29 F 0 3F 56 38 10 4C 19
Octal 157 51 17 0 77 126 70 20 114 31
Binary 1101111 101001 1111 0 111111 1010110 111000 10000 1001100 11001

Color Harmonies of #6F290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F290F

Black with #6F290F

Text Example


Text Example

White with #6F290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,41,15); }

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

background-color css

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

 a { background-color: rgb(111,41,15); }

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

border-color css

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

 span { border-color: rgb(111,41,15); }

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