Html Css Color HEX #6B712B Rain Forest

📋 copy color: '#6B712B'

red 107 ◦ green 113 ◦ blue 43

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

Shades of Rain Forest #6B712B

Tints of Rain Forest #6B712B

RGB

 RED value IS 107 (42.19% from 255) = 40.68%

 GREEN value IS 113 (44.53% from 255) = 42.97%

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 40.68%
G = 42.97%
B = 16.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6B712B (or 0x6B712B) is known color: Rain Forest. HEX triplet: 6B, 71 and 2B. RGB value is (107,113,43). Sum of RGB (Red+Green+Blue) = 107+113+43=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #6B712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B712B is #948ED4. Grayscale: #676767. Windows color (decimal): -9735893 or 2847083. OLE color: 2847083.

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

Color convert

RGB 107 113 43 -
CMYK 0.05 0 0.62 0.56
HSL 65.14º 0.45% 0.31% -
HSV(B) 65.14º 0.62% 0.44% -
XYZ 12.4 15.11 4.55 -
YUV 103.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 107 113 43 0.05 0 0.62 0.56 65.14 0.45 0.31
Hex 6B 71 2B 5 0 3E 38 41 2D 1F
Octal 153 161 53 5 0 76 70 101 55 37
Binary 1101011 1110001 101011 101 0 111110 111000 1000001 101101 11111

Color Harmonies of #6B712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B712B

Black with #6B712B

Text Example


Text Example

White with #6B712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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