Html Css Color HEX #6C712B Rain Forest

📋 copy color: '#6C712B'

red 108 ◦ green 113 ◦ blue 43

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

Shades of Rain Forest #6C712B

Tints of Rain Forest #6C712B

RGB

 RED value IS 108 (42.58% from 255) = 40.91%

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

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

R = 40.91%
G = 42.8%
B = 16.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6C712B (or 0x6C712B) is known color: Rain Forest. HEX triplet: 6C, 71 and 2B. RGB value is (108,113,43). Sum of RGB (Red+Green+Blue) = 108+113+43=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #6C712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C712B is #938ED4. Grayscale: #676767. Windows color (decimal): -9670357 or 2847084. OLE color: 2847084.

HSL color Cylindrical-coordinate representation of color #6C712B: hue angle of 64.29º 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 #6C712B is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 113 43 -
CMYK 0.04 0 0.62 0.56
HSL 64.29º 0.45% 0.31% -
HSV(B) 64.29º 0.62% 0.44% -
XYZ 12.53 15.17 4.55 -
YUV 103.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 108 113 43 0.04 0 0.62 0.56 64.29 0.45 0.31
Hex 6C 71 2B 4 0 3E 38 40 2D 1F
Octal 154 161 53 4 0 76 70 100 55 37
Binary 1101100 1110001 101011 100 0 111110 111000 1000000 101101 11111

Color Harmonies of #6C712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C712B

Black with #6C712B

Text Example


Text Example

White with #6C712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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