#6A7323

Color #6A7323 Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #6A7323

Tints of Rain Forest #6A7323

Color information

#6A7323 (or 0x6A7323) is unknown color: approx Rain Forest. HEX triplet: 6A, 73 and 23. RGB value is (106,115,35). Sum of RGB (Red+Green+Blue) = 106+115+35=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7323 is #958CDC. Grayscale: #676767. Windows color (decimal): -9800925 or 2323306. OLE color: 2323306.

HSL color Cylindrical-coordinate representation of color #6A7323: hue angle of 66.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A7323 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB10611535-
CMYK0.0800.700.55
HSL66.75º53.33%29.41%-
HSV(B)66.75º69.57%45.1%-
XYZ12.3815.453.92-
YUV103.1989.52130-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=41.41%
G=44.92%
B=13.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115350.0800.700.5566.7553.3329.41
Hex6A732380463743351d
Octal15216343100106671036535
Binary11010101110011100011100001000110110111100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,35); }

 H1.HeaderClassName
 {
   color: #6A7323;
 }
 .AnyTagClassName
 {
   color: #6A7323;
 }
</style>
background-color css

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

 a { background-color: rgb(106,115,35); }

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

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

 span { border-color: rgb(106,115,35); }

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