Html Css Color HEX #6E723A Rain Forest

📋 copy color: '#6E723A'

red 110 ◦ green 114 ◦ blue 58

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

Shades of Rain Forest #6E723A

Tints of Rain Forest #6E723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 39.01%
G = 40.43%
B = 20.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#6E723A (or 0x6E723A) is known color: Rain Forest. HEX triplet: 6E, 72 and 3A. RGB value is (110,114,58). Sum of RGB (Red+Green+Blue) = 110+114+58=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #6E723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E723A is #918DC5. Grayscale: #6A6A6A. Windows color (decimal): -9539014 or 3830382. OLE color: 3830382.

HSL color Cylindrical-coordinate representation of color #6E723A: hue angle of 64.29º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E723A is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 114 58 -
CMYK 0.04 0 0.49 0.55
HSL 64.29º 0.33% 0.34% -
HSV(B) 64.29º 0.49% 0.45% -
XYZ 13.21 15.66 6.33 -
YUV 106.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 110 114 58 0.04 0 0.49 0.55 64.29 0.33 0.34
Hex 6E 72 3A 4 0 31 37 40 21 22
Octal 156 162 72 4 0 61 67 100 41 42
Binary 1101110 1110010 111010 100 0 110001 110111 1000000 100001 100010

Color Harmonies of #6E723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E723A

Black with #6E723A

Text Example


Text Example

White with #6E723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,58); }

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

background-color css

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

 a { background-color: rgb(110,114,58); }

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

border-color css

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

 span { border-color: rgb(110,114,58); }

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