Html Css Color HEX #6B3313 Baker's Chocolate

📋 copy color: '#6B3313'

red 107 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #6B3313

Tints of Baker's Chocolate #6B3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 60.45%
G = 28.81%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6B3313 (or 0x6B3313) is known color: Baker's Chocolate. HEX triplet: 6B, 33 and 13. RGB value is (107,51,19). Sum of RGB (Red+Green+Blue) = 107+51+19=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3313 is #94CCEC. Grayscale: #404040. Windows color (decimal): -9751789 or 1258347. OLE color: 1258347.

HSL color Cylindrical-coordinate representation of color #6B3313: hue angle of 21.82º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B3313 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 51 19 -
CMYK 0 0.52 0.82 0.58
HSL 21.82º 0.7% 0.25% -
HSV(B) 21.82º 0.82% 0.42% -
XYZ 7.36 5.54 1.3 -
YUV 64.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 107 51 19 0 0.52 0.82 0.58 21.82 0.7 0.25
Hex 6B 33 13 0 34 52 3A 16 46 19
Octal 153 63 23 0 64 122 72 26 106 31
Binary 1101011 110011 10011 0 110100 1010010 111010 10110 1000110 11001

Color Harmonies of #6B3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3313

Black with #6B3313

Text Example


Text Example

White with #6B3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,19); }

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

background-color css

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

 a { background-color: rgb(107,51,19); }

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

border-color css

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

 span { border-color: rgb(107,51,19); }

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