Html Css Color HEX #6B2910 Baker's Chocolate

📋 copy color: '#6B2910'

red 107 ◦ green 41 ◦ blue 16

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

Shades of Baker's Chocolate #6B2910

Tints of Baker's Chocolate #6B2910

RGB

 RED value IS 107 (42.19% from 255) = 65.24%

 GREEN value IS 41 (16.41% from 255) = 25%

 BLUE value IS 16 (6.64% from 255) = 9.76%

R = 65.24%
G = 25%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#6B2910 (or 0x6B2910) is known color: Baker's Chocolate. HEX triplet: 6B, 29 and 10. RGB value is (107,41,16). Sum of RGB (Red+Green+Blue) = 107+41+16=164 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.24% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2910 is #94D6EF. Grayscale: #3A3A3A. Windows color (decimal): -9754352 or 1059179. OLE color: 1059179.

HSL color Cylindrical-coordinate representation of color #6B2910: hue angle of 16.48º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B2910 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 41 16 -
CMYK 0 0.62 0.85 0.58
HSL 16.48º 0.74% 0.24% -
HSV(B) 16.48º 0.85% 0.42% -
XYZ 6.95 4.75 1.04 -
YUV 57.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 107 41 16 0 0.62 0.85 0.58 16.48 0.74 0.24
Hex 6B 29 10 0 3E 55 3A 10 4A 18
Octal 153 51 20 0 76 125 72 20 112 30
Binary 1101011 101001 10000 0 111110 1010101 111010 10000 1001010 11000

Color Harmonies of #6B2910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2910

Black with #6B2910

Text Example


Text Example

White with #6B2910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,41,16); }

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

background-color css

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

 a { background-color: rgb(107,41,16); }

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

border-color css

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

 span { border-color: rgb(107,41,16); }

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