Html Css Color HEX #6B722A Rain Forest

📋 copy color: '#6B722A'

red 107 ◦ green 114 ◦ blue 42

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

Shades of Rain Forest #6B722A

Tints of Rain Forest #6B722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

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

R = 40.68%
G = 43.35%
B = 15.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#6B722A (or 0x6B722A) is known color: Rain Forest. HEX triplet: 6B, 72 and 2A. RGB value is (107,114,42). Sum of RGB (Red+Green+Blue) = 107+114+42=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #6B722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B722A is #948DD5. Grayscale: #676767. Windows color (decimal): -9735638 or 2781803. OLE color: 2781803.

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

Color convert

RGB 107 114 42 -
CMYK 0.06 0 0.63 0.55
HSL 65.83º 0.46% 0.31% -
HSV(B) 65.83º 0.63% 0.45% -
XYZ 12.5 15.33 4.49 -
YUV 103.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 107 114 42 0.06 0 0.63 0.55 65.83 0.46 0.31
Hex 6B 72 2A 6 0 3F 37 42 2E 1F
Octal 153 162 52 6 0 77 67 102 56 37
Binary 1101011 1110010 101010 110 0 111111 110111 1000010 101110 11111

Color Harmonies of #6B722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B722A

Black with #6B722A

Text Example


Text Example

White with #6B722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,114,42); }

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

background-color css

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

 a { background-color: rgb(107,114,42); }

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

border-color css

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

 span { border-color: rgb(107,114,42); }

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