Html Css Color HEX #6E4231 Cumin

📋 copy color: '#6E4231'

red 110 ◦ green 66 ◦ blue 49

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

Shades of Cumin #6E4231

Tints of Cumin #6E4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 49 (19.53% from 255) = 21.78%

R = 48.89%
G = 29.33%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6E4231 (or 0x6E4231) is known color: Cumin. HEX triplet: 6E, 42 and 31. RGB value is (110,66,49). Sum of RGB (Red+Green+Blue) = 110+66+49=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4231 is #91BDCE. Grayscale: #4D4D4D. Windows color (decimal): -9551311 or 3228270. OLE color: 3228270.

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

Color convert

RGB 110 66 49 -
CMYK 0 0.4 0.55 0.57
HSL 16.72º 0.38% 0.31% -
HSV(B) 16.72º 0.55% 0.43% -
XYZ 8.93 7.43 3.87 -
YUV 77.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 110 66 49 0 0.4 0.55 0.57 16.72 0.38 0.31
Hex 6E 42 31 0 28 37 39 11 26 1F
Octal 156 102 61 0 50 67 71 21 46 37
Binary 1101110 1000010 110001 0 101000 110111 111001 10001 100110 11111

Color Harmonies of #6E4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4231

Black with #6E4231

Text Example


Text Example

White with #6E4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,66,49); }

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

background-color css

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

 a { background-color: rgb(110,66,49); }

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

border-color css

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

 span { border-color: rgb(110,66,49); }

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