Html Css Color HEX #6C2403 Baker's Chocolate

📋 copy color: '#6C2403'

red 108 ◦ green 36 ◦ blue 3

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

Shades of Baker's Chocolate #6C2403

Tints of Baker's Chocolate #6C2403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

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

R = 73.47%
G = 24.49%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6C2403 (or 0x6C2403) is known color: Baker's Chocolate. HEX triplet: 6C, 24 and 03. RGB value is (108,36,3). Sum of RGB (Red+Green+Blue) = 108+36+3=147 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.47% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2403 is #93DBFC. Grayscale: #353535. Windows color (decimal): -9690109 or 205932. OLE color: 205932.

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

Color convert

RGB 108 36 3 -
CMYK 0 0.67 0.97 0.58
HSL 18.86º 0.95% 0.22% -
HSV(B) 18.86º 0.97% 0.42% -
XYZ 6.83 4.46 0.59 -
YUV 53.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 108 36 3 0 0.67 0.97 0.58 18.86 0.95 0.22
Hex 6C 24 3 0 43 61 3A 13 5F 16
Octal 154 44 3 0 103 141 72 23 137 26
Binary 1101100 100100 11 0 1000011 1100001 111010 10011 1011111 10110

Color Harmonies of #6C2403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2403

Black with #6C2403

Text Example


Text Example

White with #6C2403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,36,3); }

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

background-color css

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

 a { background-color: rgb(108,36,3); }

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

border-color css

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

 span { border-color: rgb(108,36,3); }

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