Html Css Color HEX #6E320F Baker's Chocolate

📋 copy color: '#6E320F'

red 110 ◦ green 50 ◦ blue 15

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

Shades of Baker's Chocolate #6E320F

Tints of Baker's Chocolate #6E320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 62.86%
G = 28.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6E320F (or 0x6E320F) is known color: Baker's Chocolate. HEX triplet: 6E, 32 and 0F. RGB value is (110,50,15). Sum of RGB (Red+Green+Blue) = 110+50+15=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E320F is #91CDF0. Grayscale: #404040. Windows color (decimal): -9555441 or 995950. OLE color: 995950.

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

Color convert

RGB 110 50 15 -
CMYK 0 0.55 0.86 0.57
HSL 22.11º 0.76% 0.25% -
HSV(B) 22.11º 0.86% 0.43% -
XYZ 7.66 5.63 1.14 -
YUV 63.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 110 50 15 0 0.55 0.86 0.57 22.11 0.76 0.25
Hex 6E 32 F 0 37 56 39 16 4C 19
Octal 156 62 17 0 67 126 71 26 114 31
Binary 1101110 110010 1111 0 110111 1010110 111001 10110 1001100 11001

Color Harmonies of #6E320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E320F

Black with #6E320F

Text Example


Text Example

White with #6E320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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