Html Css Color HEX #6C3313 Baker's Chocolate

📋 copy color: '#6C3313'

red 108 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #6C3313

Tints of Baker's Chocolate #6C3313

RGB

 RED value IS 108 (42.58% from 255) = 60.67%

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

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

R = 60.67%
G = 28.65%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C3313 (or 0x6C3313) is known color: Baker's Chocolate. HEX triplet: 6C, 33 and 13. RGB value is (108,51,19). Sum of RGB (Red+Green+Blue) = 108+51+19=178 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.67% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3313 is #93CCEC. Grayscale: #404040. Windows color (decimal): -9686253 or 1258348. OLE color: 1258348.

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

Color convert

RGB 108 51 19 -
CMYK 0 0.53 0.82 0.58
HSL 21.57º 0.7% 0.25% -
HSV(B) 21.57º 0.82% 0.42% -
XYZ 7.49 5.6 1.3 -
YUV 64.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 108 51 19 0 0.53 0.82 0.58 21.57 0.7 0.25
Hex 6C 33 13 0 35 52 3A 16 46 19
Octal 154 63 23 0 65 122 72 26 106 31
Binary 1101100 110011 10011 0 110101 1010010 111010 10110 1000110 11001

Color Harmonies of #6C3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3313

Black with #6C3313

Text Example


Text Example

White with #6C3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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