#6B712C

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

Shades of Rain Forest #6B712C

Tints of Rain Forest #6B712C

Color information

#6B712C (or 0x6B712C) is unknown color: approx Rain Forest. HEX triplet: 6B, 71 and 2C. RGB value is (107,113,44). Sum of RGB (Red+Green+Blue) = 107+113+44=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #6B712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B712C is #948ED3. Grayscale: #676767. Windows color (decimal): -9735892 or 2912619. OLE color: 2912619.

HSL color Cylindrical-coordinate representation of color #6B712C: hue angle of 65.22º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B712C is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB10711344-
CMYK0.0500.610.56
HSL65.22º43.95%30.78%-
HSV(B)65.22º61.06%44.31%-
XYZ12.4215.124.65-
YUV103.3494.51130.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=40.53%
G=42.80%
B=16.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107113440.0500.610.5665.2243.9530.78
Hex6B712C503D38412c1f
Octal153161545075701015437
Binary110101111100011011001010111101111000100000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,113,44); }

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

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

 a { background-color: rgb(107,113,44); }

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

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

 span { border-color: rgb(107,113,44); }

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