Html Css Color HEX #6C2603 Baker's Chocolate

📋 copy color: '#6C2603'

red 108 ◦ green 38 ◦ blue 3

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

Shades of Baker's Chocolate #6C2603

Tints of Baker's Chocolate #6C2603

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.5%

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

R = 72.48%
G = 25.5%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6C2603 (or 0x6C2603) is known color: Baker's Chocolate. HEX triplet: 6C, 26 and 03. RGB value is (108,38,3). Sum of RGB (Red+Green+Blue) = 108+38+3=149 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.48% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2603 is #93D9FC. Grayscale: #373737. Windows color (decimal): -9689597 or 206444. OLE color: 206444.

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

Color convert

RGB 108 38 3 -
CMYK 0 0.65 0.97 0.58
HSL 20º 0.95% 0.22% -
HSV(B) 20º 0.97% 0.42% -
XYZ 6.89 4.58 0.61 -
YUV 54.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 108 38 3 0 0.65 0.97 0.58 20 0.95 0.22
Hex 6C 26 3 0 41 61 3A 14 5F 16
Octal 154 46 3 0 101 141 72 24 137 26
Binary 1101100 100110 11 0 1000001 1100001 111010 10100 1011111 10110

Color Harmonies of #6C2603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2603

Black with #6C2603

Text Example


Text Example

White with #6C2603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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