Html Css Color HEX #6B3403 Baker's Chocolate

📋 copy color: '#6B3403'

red 107 ◦ green 52 ◦ blue 3

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

Shades of Baker's Chocolate #6B3403

Tints of Baker's Chocolate #6B3403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.85%

R = 66.05%
G = 32.1%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6B3403 (or 0x6B3403) is known color: Baker's Chocolate. HEX triplet: 6B, 34 and 03. RGB value is (107,52,3). Sum of RGB (Red+Green+Blue) = 107+52+3=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3403 is #94CBFC. Grayscale: #3F3F3F. Windows color (decimal): -9751549 or 210027. OLE color: 210027.

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

Color convert

RGB 107 52 3 -
CMYK 0 0.51 0.97 0.58
HSL 28.27º 0.95% 0.22% -
HSV(B) 28.27º 0.97% 0.42% -
XYZ 7.31 5.59 0.78 -
YUV 62.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 107 52 3 0 0.51 0.97 0.58 28.27 0.95 0.22
Hex 6B 34 3 0 33 61 3A 1C 5F 16
Octal 153 64 3 0 63 141 72 34 137 26
Binary 1101011 110100 11 0 110011 1100001 111010 11100 1011111 10110

Color Harmonies of #6B3403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3403

Black with #6B3403

Text Example


Text Example

White with #6B3403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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