Html Css Color HEX #6E270F Baker's Chocolate

📋 copy color: '#6E270F'

red 110 ◦ green 39 ◦ blue 15

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

Shades of Baker's Chocolate #6E270F

Tints of Baker's Chocolate #6E270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.78%

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

R = 67.07%
G = 23.78%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6E270F (or 0x6E270F) is known color: Baker's Chocolate. HEX triplet: 6E, 27 and 0F. RGB value is (110,39,15). Sum of RGB (Red+Green+Blue) = 110+39+15=164 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.07% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 110 - color contains mainly: red. Hex color #6E270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E270F is #91D8F0. Grayscale: #393939. Windows color (decimal): -9558257 or 993134. OLE color: 993134.

HSL color Cylindrical-coordinate representation of color #6E270F: hue angle of 15.16º 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 #6E270F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 39 15 -
CMYK 0 0.65 0.86 0.57
HSL 15.16º 0.76% 0.25% -
HSV(B) 15.16º 0.86% 0.43% -
XYZ 7.24 4.8 1 -
YUV 57.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 110 39 15 0 0.65 0.86 0.57 15.16 0.76 0.25
Hex 6E 27 F 0 41 56 39 F 4C 19
Octal 156 47 17 0 101 126 71 17 114 31
Binary 1101110 100111 1111 0 1000001 1010110 111001 1111 1001100 11001

Color Harmonies of #6E270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E270F

Black with #6E270F

Text Example


Text Example

White with #6E270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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