Html Css Color HEX #6B290F Baker's Chocolate

📋 copy color: '#6B290F'

red 107 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #6B290F

Tints of Baker's Chocolate #6B290F

RGB

 RED value IS 107 (42.19% from 255) = 65.64%

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

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

R = 65.64%
G = 25.15%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6B290F (or 0x6B290F) is known color: Baker's Chocolate. HEX triplet: 6B, 29 and 0F. RGB value is (107,41,15). Sum of RGB (Red+Green+Blue) = 107+41+15=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B290F is #94D6F0. Grayscale: #393939. Windows color (decimal): -9754353 or 993643. OLE color: 993643.

HSL color Cylindrical-coordinate representation of color #6B290F: hue angle of 16.96º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B290F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 41 15 -
CMYK 0 0.62 0.86 0.58
HSL 16.96º 0.75% 0.24% -
HSV(B) 16.96º 0.86% 0.42% -
XYZ 6.94 4.75 1 -
YUV 57.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 107 41 15 0 0.62 0.86 0.58 16.96 0.75 0.24
Hex 6B 29 F 0 3E 56 3A 11 4B 18
Octal 153 51 17 0 76 126 72 21 113 30
Binary 1101011 101001 1111 0 111110 1010110 111010 10001 1001011 11000

Color Harmonies of #6B290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B290F

Black with #6B290F

Text Example


Text Example

White with #6B290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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