Html Css Color HEX #6E4536 Cumin

📋 copy color: '#6E4536'

red 110 ◦ green 69 ◦ blue 54

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

Shades of Cumin #6E4536

Tints of Cumin #6E4536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

 BLUE value IS 54 (21.48% from 255) = 23.18%

R = 47.21%
G = 29.61%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6E4536 (or 0x6E4536) is known color: Cumin. HEX triplet: 6E, 45 and 36. RGB value is (110,69,54). Sum of RGB (Red+Green+Blue) = 110+69+54=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4536 is #91BAC9. Grayscale: #4F4F4F. Windows color (decimal): -9550538 or 3556718. OLE color: 3556718.

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

Color convert

RGB 110 69 54 -
CMYK 0 0.37 0.51 0.57
HSL 16.07º 0.34% 0.32% -
HSV(B) 16.07º 0.51% 0.43% -
XYZ 9.22 7.84 4.52 -
YUV 79.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 110 69 54 0 0.37 0.51 0.57 16.07 0.34 0.32
Hex 6E 45 36 0 25 33 39 10 22 20
Octal 156 105 66 0 45 63 71 20 42 40
Binary 1101110 1000101 110110 0 100101 110011 111001 10000 100010 100000

Color Harmonies of #6E4536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4536

Black with #6E4536

Text Example


Text Example

White with #6E4536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,69,54); }

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

background-color css

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

 a { background-color: rgb(110,69,54); }

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

border-color css

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

 span { border-color: rgb(110,69,54); }

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