#6B722D

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

Shades of Rain Forest #6B722D

Tints of Rain Forest #6B722D

Color information

#6B722D (or 0x6B722D) is unknown color: approx Rain Forest. HEX triplet: 6B, 72 and 2D. RGB value is (107,114,45). Sum of RGB (Red+Green+Blue) = 107+114+45=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #6B722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B722D is #948DD2. Grayscale: #686868. Windows color (decimal): -9735635 or 2978411. OLE color: 2978411.

HSL color Cylindrical-coordinate representation of color #6B722D: hue angle of 66.09º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B722D is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB10711445-
CMYK0.0600.610.55
HSL66.09º43.4%31.18%-
HSV(B)66.09º60.53%44.71%-
XYZ12.5515.354.78-
YUV104.0494.68130.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.23%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=40.23%
G=42.86%
B=16.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107114450.0600.610.5566.0943.431.18
Hex6B722D603D37422b1f
Octal153162556075671025337
Binary110101111100101011011100111101110111100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,114,45); }

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

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

 a { background-color: rgb(107,114,45); }

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

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

 span { border-color: rgb(107,114,45); }

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