Html Css Color HEX #6B1E03 Baker's Chocolate

📋 copy color: '#6B1E03'

red 107 ◦ green 30 ◦ blue 3

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

Shades of Baker's Chocolate #6B1E03

Tints of Baker's Chocolate #6B1E03

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.43%

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

R = 76.43%
G = 21.43%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6B1E03 (or 0x6B1E03) is known color: Baker's Chocolate. HEX triplet: 6B, 1E and 03. RGB value is (107,30,3). Sum of RGB (Red+Green+Blue) = 107+30+3=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1E03 is #94E1FC. Grayscale: #323232. Windows color (decimal): -9757181 or 204395. OLE color: 204395.

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

Color convert

RGB 107 30 3 -
CMYK 0 0.72 0.97 0.58
HSL 15.58º 0.95% 0.22% -
HSV(B) 15.58º 0.97% 0.42% -
XYZ 6.54 4.06 0.53 -
YUV 49.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 107 30 3 0 0.72 0.97 0.58 15.58 0.95 0.22
Hex 6B 1E 3 0 48 61 3A 10 5F 16
Octal 153 36 3 0 110 141 72 20 137 26
Binary 1101011 11110 11 0 1001000 1100001 111010 10000 1011111 10110

Color Harmonies of #6B1E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1E03

Black with #6B1E03

Text Example


Text Example

White with #6B1E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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