Html Css Color HEX #6B3409 Baker's Chocolate

📋 copy color: '#6B3409'

red 107 ◦ green 52 ◦ blue 9

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

Shades of Baker's Chocolate #6B3409

Tints of Baker's Chocolate #6B3409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.95%

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

R = 63.69%
G = 30.95%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6B3409 (or 0x6B3409) is known color: Baker's Chocolate. HEX triplet: 6B, 34 and 09. RGB value is (107,52,9). Sum of RGB (Red+Green+Blue) = 107+52+9=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3409 is #94CBF6. Grayscale: #3F3F3F. Windows color (decimal): -9751543 or 603243. OLE color: 603243.

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

Color convert

RGB 107 52 9 -
CMYK 0 0.51 0.92 0.58
HSL 26.33º 0.84% 0.23% -
HSV(B) 26.33º 0.92% 0.42% -
XYZ 7.34 5.6 0.95 -
YUV 63.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 107 52 9 0 0.51 0.92 0.58 26.33 0.84 0.23
Hex 6B 34 9 0 33 5C 3A 1A 54 17
Octal 153 64 11 0 63 134 72 32 124 27
Binary 1101011 110100 1001 0 110011 1011100 111010 11010 1010100 10111

Color Harmonies of #6B3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3409

Black with #6B3409

Text Example


Text Example

White with #6B3409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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