Html Css Color HEX #6B2E03 Baker's Chocolate

📋 copy color: '#6B2E03'

red 107 ◦ green 46 ◦ blue 3

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

Shades of Baker's Chocolate #6B2E03

Tints of Baker's Chocolate #6B2E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.49%

 BLUE value IS 3 (1.56% from 255) = 1.92%

R = 68.59%
G = 29.49%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6B2E03 (or 0x6B2E03) is known color: Baker's Chocolate. HEX triplet: 6B, 2E and 03. RGB value is (107,46,3). Sum of RGB (Red+Green+Blue) = 107+46+3=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2E03 is #94D1FC. Grayscale: #3B3B3B. Windows color (decimal): -9753085 or 208491. OLE color: 208491.

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

Color convert

RGB 107 46 3 -
CMYK 0 0.57 0.97 0.58
HSL 24.81º 0.95% 0.22% -
HSV(B) 24.81º 0.97% 0.42% -
XYZ 7.06 5.09 0.7 -
YUV 59.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 107 46 3 0 0.57 0.97 0.58 24.81 0.95 0.22
Hex 6B 2E 3 0 39 61 3A 19 5F 16
Octal 153 56 3 0 71 141 72 31 137 26
Binary 1101011 101110 11 0 111001 1100001 111010 11001 1011111 10110

Color Harmonies of #6B2E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2E03

Black with #6B2E03

Text Example


Text Example

White with #6B2E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,46,3); }

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

background-color css

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

 a { background-color: rgb(107,46,3); }

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

border-color css

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

 span { border-color: rgb(107,46,3); }

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