Html Css Color HEX #6C350B Baker's Chocolate

📋 copy color: '#6C350B'

red 108 ◦ green 53 ◦ blue 11

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

Shades of Baker's Chocolate #6C350B

Tints of Baker's Chocolate #6C350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.81%

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 62.79%
G = 30.81%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C350B (or 0x6C350B) is known color: Baker's Chocolate. HEX triplet: 6C, 35 and 0B. RGB value is (108,53,11). Sum of RGB (Red+Green+Blue) = 108+53+11=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C350B is #93CAF4. Grayscale: #404040. Windows color (decimal): -9685749 or 734572. OLE color: 734572.

HSL color Cylindrical-coordinate representation of color #6C350B: hue angle of 25.98º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C350B is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 53 11 -
CMYK 0 0.51 0.90 0.58
HSL 25.98º 0.82% 0.23% -
HSV(B) 25.98º 0.9% 0.42% -
XYZ 7.52 5.76 1.03 -
YUV 64.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 108 53 11 0 0.51 0.90 0.58 25.98 0.82 0.23
Hex 6C 35 B 0 33 5A 3A 1A 52 17
Octal 154 65 13 0 63 132 72 32 122 27
Binary 1101100 110101 1011 0 110011 1011010 111010 11010 1010010 10111

Color Harmonies of #6C350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C350B

Black with #6C350B

Text Example


Text Example

White with #6C350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,53,11); }

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

background-color css

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

 a { background-color: rgb(108,53,11); }

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

border-color css

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

 span { border-color: rgb(108,53,11); }

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