#6B7328

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

Shades of Rain Forest #6B7328

Tints of Rain Forest #6B7328

Color information

#6B7328 (or 0x6B7328) is unknown color: approx Rain Forest. HEX triplet: 6B, 73 and 28. RGB value is (107,115,40). Sum of RGB (Red+Green+Blue) = 107+115+40=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7328 is #948CD7. Grayscale: #686868. Windows color (decimal): -9735384 or 2650987. OLE color: 2650987.

HSL color Cylindrical-coordinate representation of color #6B7328: hue angle of 66.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B7328 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB10711540-
CMYK0.0700.650.55
HSL66.4º48.39%30.39%-
HSV(B)66.4º65.22%45.1%-
XYZ12.5815.544.34-
YUV104.0691.85130.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.84%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 40 (16.02% from 255) = 15.27%
R=40.84%
G=43.89%
B=15.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107115400.0700.650.5566.448.3930.39
Hex6B732870413742301e
Octal1531635070101671026036
Binary1101011111001110100011101000001110111100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,40); }

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

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

 a { background-color: rgb(107,115,40); }

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

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

 span { border-color: rgb(107,115,40); }

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