Html Css Color HEX #6B2800 Baker's Chocolate

📋 copy color: '#6B2800'

red 107 ◦ green 40 ◦ blue 0

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

Shades of Baker's Chocolate #6B2800

Tints of Baker's Chocolate #6B2800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.21%

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

R = 72.79%
G = 27.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6B2800 (or 0x6B2800) is known color: Baker's Chocolate. HEX triplet: 6B, 28 and 00. RGB value is (107,40,0). Sum of RGB (Red+Green+Blue) = 107+40+0=147 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.79% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2800 is #94D7FF. Grayscale: #373737. Windows color (decimal): -9754624 or 10347. OLE color: 10347.

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

Color convert

RGB 107 40 0 -
CMYK 0 0.63 1 0.58
HSL 22.43º 1% 0.21% -
HSV(B) 22.43º 1% 0.42% -
XYZ 6.82 4.64 0.54 -
YUV 55.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 107 40 0 0 0.63 1 0.58 22.43 1 0.21
Hex 6B 28 0 0 3F 64 3A 16 64 15
Octal 153 50 0 0 77 144 72 26 144 25
Binary 1101011 101000 0 0 111111 1100100 111010 10110 1100100 10101

Color Harmonies of #6B2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2800

Black with #6B2800

Text Example


Text Example

White with #6B2800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,40,0); }

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

background-color css

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

 a { background-color: rgb(107,40,0); }

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

border-color css

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

 span { border-color: rgb(107,40,0); }

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