Html Css Color HEX #6B3807 Baker's Chocolate

📋 copy color: '#6B3807'

red 107 ◦ green 56 ◦ blue 7

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

Shades of Baker's Chocolate #6B3807

Tints of Baker's Chocolate #6B3807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 62.94%
G = 32.94%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B3807 (or 0x6B3807) is known color: Baker's Chocolate. HEX triplet: 6B, 38 and 07. RGB value is (107,56,7). Sum of RGB (Red+Green+Blue) = 107+56+7=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3807 is #94C7F8. Grayscale: #414141. Windows color (decimal): -9750521 or 473195. OLE color: 473195.

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

Color convert

RGB 107 56 7 -
CMYK 0 0.48 0.93 0.58
HSL 29.4º 0.88% 0.22% -
HSV(B) 29.4º 0.93% 0.42% -
XYZ 7.52 5.97 0.96 -
YUV 65.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 107 56 7 0 0.48 0.93 0.58 29.4 0.88 0.22
Hex 6B 38 7 0 30 5D 3A 1D 58 16
Octal 153 70 7 0 60 135 72 35 130 26
Binary 1101011 111000 111 0 110000 1011101 111010 11101 1011000 10110

Color Harmonies of #6B3807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3807

Black with #6B3807

Text Example


Text Example

White with #6B3807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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