Html Css Color HEX #6B3407 Baker's Chocolate

📋 copy color: '#6B3407'

red 107 ◦ green 52 ◦ blue 7

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

Shades of Baker's Chocolate #6B3407

Tints of Baker's Chocolate #6B3407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.22%

R = 64.46%
G = 31.33%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B3407 (or 0x6B3407) is known color: Baker's Chocolate. HEX triplet: 6B, 34 and 07. RGB value is (107,52,7). Sum of RGB (Red+Green+Blue) = 107+52+7=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3407 is #94CBF8. Grayscale: #3F3F3F. Windows color (decimal): -9751545 or 472171. OLE color: 472171.

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

Color convert

RGB 107 52 7 -
CMYK 0 0.51 0.93 0.58
HSL 27º 0.88% 0.22% -
HSV(B) 27º 0.93% 0.42% -
XYZ 7.33 5.6 0.9 -
YUV 63.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 107 52 7 0 0.51 0.93 0.58 27 0.88 0.22
Hex 6B 34 7 0 33 5D 3A 1B 58 16
Octal 153 64 7 0 63 135 72 33 130 26
Binary 1101011 110100 111 0 110011 1011101 111010 11011 1011000 10110

Color Harmonies of #6B3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3407

Black with #6B3407

Text Example


Text Example

White with #6B3407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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