Html Css Color HEX #6B2B04 Baker's Chocolate

📋 copy color: '#6B2B04'

red 107 ◦ green 43 ◦ blue 4

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

Shades of Baker's Chocolate #6B2B04

Tints of Baker's Chocolate #6B2B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.92%

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 69.48%
G = 27.92%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6B2B04 (or 0x6B2B04) is known color: Baker's Chocolate. HEX triplet: 6B, 2B and 04. RGB value is (107,43,4). Sum of RGB (Red+Green+Blue) = 107+43+4=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2B04 is #94D4FB. Grayscale: #393939. Windows color (decimal): -9753852 or 273259. OLE color: 273259.

HSL color Cylindrical-coordinate representation of color #6B2B04: hue angle of 22.72º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B2B04 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 43 4 -
CMYK 0 0.60 0.96 0.58
HSL 22.72º 0.93% 0.22% -
HSV(B) 22.72º 0.96% 0.42% -
XYZ 6.95 4.86 0.69 -
YUV 57.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 107 43 4 0 0.60 0.96 0.58 22.72 0.93 0.22
Hex 6B 2B 4 0 3C 60 3A 17 5D 16
Octal 153 53 4 0 74 140 72 27 135 26
Binary 1101011 101011 100 0 111100 1100000 111010 10111 1011101 10110

Color Harmonies of #6B2B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2B04

Black with #6B2B04

Text Example


Text Example

White with #6B2B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,43,4); }

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

background-color css

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

 a { background-color: rgb(107,43,4); }

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

border-color css

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

 span { border-color: rgb(107,43,4); }

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