Html Css Color HEX #6B3708 Baker's Chocolate

📋 copy color: '#6B3708'

red 107 ◦ green 55 ◦ blue 8

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

Shades of Baker's Chocolate #6B3708

Tints of Baker's Chocolate #6B3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 8 (3.52% from 255) = 4.71%

R = 62.94%
G = 32.35%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B3708 (or 0x6B3708) is known color: Baker's Chocolate. HEX triplet: 6B, 37 and 08. RGB value is (107,55,8). Sum of RGB (Red+Green+Blue) = 107+55+8=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3708 is #94C8F7. Grayscale: #414141. Windows color (decimal): -9750776 or 538475. OLE color: 538475.

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

Color convert

RGB 107 55 8 -
CMYK 0 0.49 0.93 0.58
HSL 28.48º 0.86% 0.23% -
HSV(B) 28.48º 0.93% 0.42% -
XYZ 7.47 5.88 0.97 -
YUV 65.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 107 55 8 0 0.49 0.93 0.58 28.48 0.86 0.23
Hex 6B 37 8 0 31 5D 3A 1C 56 17
Octal 153 67 10 0 61 135 72 34 126 27
Binary 1101011 110111 1000 0 110001 1011101 111010 11100 1010110 10111

Color Harmonies of #6B3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3708

Black with #6B3708

Text Example


Text Example

White with #6B3708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,55,8); }

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

background-color css

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

 a { background-color: rgb(107,55,8); }

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

border-color css

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

 span { border-color: rgb(107,55,8); }

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