Html Css Color HEX #6B2D09 Baker's Chocolate

📋 copy color: '#6B2D09'

red 107 ◦ green 45 ◦ blue 9

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

Shades of Baker's Chocolate #6B2D09

Tints of Baker's Chocolate #6B2D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.95%

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

R = 66.46%
G = 27.95%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6B2D09 (or 0x6B2D09) is known color: Baker's Chocolate. HEX triplet: 6B, 2D and 09. RGB value is (107,45,9). Sum of RGB (Red+Green+Blue) = 107+45+9=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2D09 is #94D2F6. Grayscale: #3B3B3B. Windows color (decimal): -9753335 or 601451. OLE color: 601451.

HSL color Cylindrical-coordinate representation of color #6B2D09: hue angle of 22.04º 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 #6B2D09 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 45 9 -
CMYK 0 0.58 0.92 0.58
HSL 22.04º 0.84% 0.23% -
HSV(B) 22.04º 0.92% 0.42% -
XYZ 7.05 5.02 0.86 -
YUV 59.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 107 45 9 0 0.58 0.92 0.58 22.04 0.84 0.23
Hex 6B 2D 9 0 3A 5C 3A 16 54 17
Octal 153 55 11 0 72 134 72 26 124 27
Binary 1101011 101101 1001 0 111010 1011100 111010 10110 1010100 10111

Color Harmonies of #6B2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2D09

Black with #6B2D09

Text Example


Text Example

White with #6B2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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