Html Css Color HEX #6E4637 Cumin

📋 copy color: '#6E4637'

red 110 ◦ green 70 ◦ blue 55

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

Shades of Cumin #6E4637

Tints of Cumin #6E4637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

 BLUE value IS 55 (21.88% from 255) = 23.4%

R = 46.81%
G = 29.79%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#6E4637 (or 0x6E4637) is known color: Cumin. HEX triplet: 6E, 46 and 37. RGB value is (110,70,55). Sum of RGB (Red+Green+Blue) = 110+70+55=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4637 is #91B9C8. Grayscale: #505050. Windows color (decimal): -9550281 or 3622510. OLE color: 3622510.

HSL color Cylindrical-coordinate representation of color #6E4637: hue angle of 16.36º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4637 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 70 55 -
CMYK 0 0.36 0.5 0.57
HSL 16.36º 0.33% 0.32% -
HSV(B) 16.36º 0.5% 0.43% -
XYZ 9.31 7.97 4.66 -
YUV 80.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 110 70 55 0 0.36 0.5 0.57 16.36 0.33 0.32
Hex 6E 46 37 0 24 32 39 10 21 20
Octal 156 106 67 0 44 62 71 20 41 40
Binary 1101110 1000110 110111 0 100100 110010 111001 10000 100001 100000

Color Harmonies of #6E4637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4637

Black with #6E4637

Text Example


Text Example

White with #6E4637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,70,55); }

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

background-color css

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

 a { background-color: rgb(110,70,55); }

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

border-color css

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

 span { border-color: rgb(110,70,55); }

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