Html Css Color HEX #6C2E01 Baker's Chocolate

📋 copy color: '#6C2E01'

red 108 ◦ green 46 ◦ blue 1

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

Shades of Baker's Chocolate #6C2E01

Tints of Baker's Chocolate #6C2E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 69.68%
G = 29.68%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6C2E01 (or 0x6C2E01) is known color: Baker's Chocolate. HEX triplet: 6C, 2E and 01. RGB value is (108,46,1). Sum of RGB (Red+Green+Blue) = 108+46+1=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2E01 is #93D1FE. Grayscale: #3B3B3B. Windows color (decimal): -9687551 or 77420. OLE color: 77420.

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

Color convert

RGB 108 46 1 -
CMYK 0 0.57 0.99 0.58
HSL 25.23º 0.98% 0.21% -
HSV(B) 25.23º 0.99% 0.42% -
XYZ 7.17 5.14 0.64 -
YUV 59.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 108 46 1 0 0.57 0.99 0.58 25.23 0.98 0.21
Hex 6C 2E 1 0 39 63 3A 19 62 15
Octal 154 56 1 0 71 143 72 31 142 25
Binary 1101100 101110 1 0 111001 1100011 111010 11001 1100010 10101

Color Harmonies of #6C2E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2E01

Black with #6C2E01

Text Example


Text Example

White with #6C2E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,46,1); }

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

background-color css

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

 a { background-color: rgb(108,46,1); }

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

border-color css

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

 span { border-color: rgb(108,46,1); }

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