Html Css Color HEX #6A712A Rain Forest

📋 copy color: '#6A712A'

red 106 ◦ green 113 ◦ blue 42

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

Shades of Rain Forest #6A712A

Tints of Rain Forest #6A712A

RGB

 RED value IS 106 (41.8% from 255) = 40.61%

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

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 40.61%
G = 43.3%
B = 16.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6A712A (or 0x6A712A) is known color: Rain Forest. HEX triplet: 6A, 71 and 2A. RGB value is (106,113,42). Sum of RGB (Red+Green+Blue) = 106+113+42=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #6A712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A712A is #958ED5. Grayscale: #676767. Windows color (decimal): -9801430 or 2781546. OLE color: 2781546.

HSL color Cylindrical-coordinate representation of color #6A712A: hue angle of 65.92º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A712A is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 113 42 -
CMYK 0.06 0 0.63 0.56
HSL 65.92º 0.46% 0.3% -
HSV(B) 65.92º 0.63% 0.44% -
XYZ 12.27 15.04 4.45 -
YUV 102.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 106 113 42 0.06 0 0.63 0.56 65.92 0.46 0.3
Hex 6A 71 2A 6 0 3F 38 42 2E 1E
Octal 152 161 52 6 0 77 70 102 56 36
Binary 1101010 1110001 101010 110 0 111111 111000 1000010 101110 11110

Color Harmonies of #6A712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A712A

Black with #6A712A

Text Example


Text Example

White with #6A712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,113,42); }

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

background-color css

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

 a { background-color: rgb(106,113,42); }

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

border-color css

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

 span { border-color: rgb(106,113,42); }

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