Html Css Color HEX #6B7431 Rain Forest

📋 copy color: '#6B7431'

red 107 ◦ green 116 ◦ blue 49

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

Shades of Rain Forest #6B7431

Tints of Rain Forest #6B7431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.65%

 BLUE value IS 49 (19.53% from 255) = 18.01%

R = 39.34%
G = 42.65%
B = 18.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#6B7431 (or 0x6B7431) is known color: Rain Forest. HEX triplet: 6B, 74 and 31. RGB value is (107,116,49). Sum of RGB (Red+Green+Blue) = 107+116+49=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7431 is #948BCE. Grayscale: #696969. Windows color (decimal): -9735119 or 3241067. OLE color: 3241067.

HSL color Cylindrical-coordinate representation of color #6B7431: hue angle of 68.06º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7431 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 116 49 -
CMYK 0.08 0 0.58 0.55
HSL 68.06º 0.41% 0.32% -
HSV(B) 68.06º 0.58% 0.45% -
XYZ 12.86 15.84 5.28 -
YUV 105.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 107 116 49 0.08 0 0.58 0.55 68.06 0.41 0.32
Hex 6B 74 31 8 0 3A 37 44 29 20
Octal 153 164 61 10 0 72 67 104 51 40
Binary 1101011 1110100 110001 1000 0 111010 110111 1000100 101001 100000

Color Harmonies of #6B7431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7431

Black with #6B7431

Text Example


Text Example

White with #6B7431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,49); }

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

background-color css

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

 a { background-color: rgb(107,116,49); }

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

border-color css

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

 span { border-color: rgb(107,116,49); }

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