Html Css Color HEX #6C1E03 Baker's Chocolate

📋 copy color: '#6C1E03'

red 108 ◦ green 30 ◦ blue 3

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

Shades of Baker's Chocolate #6C1E03

Tints of Baker's Chocolate #6C1E03

RGB

 RED value IS 108 (42.58% from 255) = 76.6%

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

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

R = 76.6%
G = 21.28%
B = 2.13%

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

#6C1E03 (or 0x6C1E03) is known color: Baker's Chocolate. HEX triplet: 6C, 1E and 03. RGB value is (108,30,3). Sum of RGB (Red+Green+Blue) = 108+30+3=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1E03 is #93E1FC. Grayscale: #323232. Windows color (decimal): -9691645 or 204396. OLE color: 204396.

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

Color convert

RGB 108 30 3 -
CMYK 0 0.72 0.97 0.58
HSL 15.43º 0.95% 0.22% -
HSV(B) 15.43º 0.97% 0.42% -
XYZ 6.67 4.12 0.53 -
YUV 50.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 108 30 3 0 0.72 0.97 0.58 15.43 0.95 0.22
Hex 6C 1E 3 0 48 61 3A F 5F 16
Octal 154 36 3 0 110 141 72 17 137 26
Binary 1101100 11110 11 0 1001000 1100001 111010 1111 1011111 10110

Color Harmonies of #6C1E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1E03

Black with #6C1E03

Text Example


Text Example

White with #6C1E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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