Html Css Color HEX #6E3202 Baker's Chocolate

📋 copy color: '#6E3202'

red 110 ◦ green 50 ◦ blue 2

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

Shades of Baker's Chocolate #6E3202

Tints of Baker's Chocolate #6E3202

RGB

 RED value IS 110 (43.36% from 255) = 67.9%

 GREEN value IS 50 (19.92% from 255) = 30.86%

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 67.9%
G = 30.86%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.57

RGB Variations

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

Color information

#6E3202 (or 0x6E3202) is known color: Baker's Chocolate. HEX triplet: 6E, 32 and 02. RGB value is (110,50,2). Sum of RGB (Red+Green+Blue) = 110+50+2=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3202 is #91CDFD. Grayscale: #3E3E3E. Windows color (decimal): -9555454 or 143982. OLE color: 143982.

HSL color Cylindrical-coordinate representation of color #6E3202: hue angle of 26.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E3202 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 50 2 -
CMYK 0 0.55 0.98 0.57
HSL 26.67º 0.96% 0.22% -
HSV(B) 26.67º 0.98% 0.43% -
XYZ 7.58 5.6 0.74 -
YUV 62.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 110 50 2 0 0.55 0.98 0.57 26.67 0.96 0.22
Hex 6E 32 2 0 37 62 39 1B 60 16
Octal 156 62 2 0 67 142 71 33 140 26
Binary 1101110 110010 10 0 110111 1100010 111001 11011 1100000 10110

Color Harmonies of #6E3202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3202

Black with #6E3202

Text Example


Text Example

White with #6E3202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,2); }

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

background-color css

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

 a { background-color: rgb(110,50,2); }

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

border-color css

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

 span { border-color: rgb(110,50,2); }

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