Html Css Color HEX #6C3200 Baker's Chocolate

📋 copy color: '#6C3200'

red 108 ◦ green 50 ◦ blue 0

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

Shades of Baker's Chocolate #6C3200

Tints of Baker's Chocolate #6C3200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.35%
G = 31.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6C3200 (or 0x6C3200) is known color: Baker's Chocolate. HEX triplet: 6C, 32 and 00. RGB value is (108,50,0). Sum of RGB (Red+Green+Blue) = 108+50+0=158 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.35% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3200 is #93CDFF. Grayscale: #3D3D3D. Windows color (decimal): -9686528 or 12908. OLE color: 12908.

HSL color Cylindrical-coordinate representation of color #6C3200: hue angle of 27.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C3200 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 50 0 -
CMYK 0 0.54 1 0.58
HSL 27.78º 1% 0.21% -
HSV(B) 27.78º 1% 0.42% -
XYZ 7.32 5.47 0.67 -
YUV 61.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 108 50 0 0 0.54 1 0.58 27.78 1 0.21
Hex 6C 32 0 0 36 64 3A 1C 64 15
Octal 154 62 0 0 66 144 72 34 144 25
Binary 1101100 110010 0 0 110110 1100100 111010 11100 1100100 10101

Color Harmonies of #6C3200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3200

Black with #6C3200

Text Example


Text Example

White with #6C3200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,0); }

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

background-color css

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

 a { background-color: rgb(108,50,0); }

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

border-color css

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

 span { border-color: rgb(108,50,0); }

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