Html Css Color HEX #6C2304 Baker's Chocolate

📋 copy color: '#6C2304'

red 108 ◦ green 35 ◦ blue 4

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

Shades of Baker's Chocolate #6C2304

Tints of Baker's Chocolate #6C2304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.81%

 BLUE value IS 4 (1.95% from 255) = 2.72%

R = 73.47%
G = 23.81%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6C2304 (or 0x6C2304) is known color: Baker's Chocolate. HEX triplet: 6C, 23 and 04. RGB value is (108,35,4). Sum of RGB (Red+Green+Blue) = 108+35+4=147 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.47% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2304 is #93DCFB. Grayscale: #353535. Windows color (decimal): -9690364 or 271212. OLE color: 271212.

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

Color convert

RGB 108 35 4 -
CMYK 0 0.68 0.96 0.58
HSL 17.88º 0.93% 0.22% -
HSV(B) 17.88º 0.96% 0.42% -
XYZ 6.81 4.4 0.61 -
YUV 53.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 108 35 4 0 0.68 0.96 0.58 17.88 0.93 0.22
Hex 6C 23 4 0 44 60 3A 12 5D 16
Octal 154 43 4 0 104 140 72 22 135 26
Binary 1101100 100011 100 0 1000100 1100000 111010 10010 1011101 10110

Color Harmonies of #6C2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2304

Black with #6C2304

Text Example


Text Example

White with #6C2304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,35,4); }

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

background-color css

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

 a { background-color: rgb(108,35,4); }

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

border-color css

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

 span { border-color: rgb(108,35,4); }

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