Html Css Color HEX #6B2909 Baker's Chocolate

📋 copy color: '#6B2909'

red 107 ◦ green 41 ◦ blue 9

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

Shades of Baker's Chocolate #6B2909

Tints of Baker's Chocolate #6B2909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 68.15%
G = 26.11%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6B2909 (or 0x6B2909) is known color: Baker's Chocolate. HEX triplet: 6B, 29 and 09. RGB value is (107,41,9). Sum of RGB (Red+Green+Blue) = 107+41+9=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2909 is #94D6F6. Grayscale: #393939. Windows color (decimal): -9754359 or 600427. OLE color: 600427.

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

Color convert

RGB 107 41 9 -
CMYK 0 0.62 0.92 0.58
HSL 19.59º 0.84% 0.23% -
HSV(B) 19.59º 0.92% 0.42% -
XYZ 6.91 4.73 0.81 -
YUV 57.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 107 41 9 0 0.62 0.92 0.58 19.59 0.84 0.23
Hex 6B 29 9 0 3E 5C 3A 14 54 17
Octal 153 51 11 0 76 134 72 24 124 27
Binary 1101011 101001 1001 0 111110 1011100 111010 10100 1010100 10111

Color Harmonies of #6B2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2909

Black with #6B2909

Text Example


Text Example

White with #6B2909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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