Html Css Color HEX #6B7020 Rain Forest

📋 copy color: '#6B7020'

red 107 ◦ green 112 ◦ blue 32

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

Shades of Rain Forest #6B7020

Tints of Rain Forest #6B7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 42.63%
G = 44.62%
B = 12.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6B7020 (or 0x6B7020) is known color: Rain Forest. HEX triplet: 6B, 70 and 20. RGB value is (107,112,32). Sum of RGB (Red+Green+Blue) = 107+112+32=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7020 is #948FDF. Grayscale: #656565. Windows color (decimal): -9736160 or 2125931. OLE color: 2125931.

HSL color Cylindrical-coordinate representation of color #6B7020: hue angle of 63.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B7020 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 112 32 -
CMYK 0.04 0 0.71 0.56
HSL 63.75º 0.56% 0.28% -
HSV(B) 63.75º 0.71% 0.44% -
XYZ 12.12 14.82 3.59 -
YUV 101.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 107 112 32 0.04 0 0.71 0.56 63.75 0.56 0.28
Hex 6B 70 20 4 0 47 38 40 38 1C
Octal 153 160 40 4 0 107 70 100 70 34
Binary 1101011 1110000 100000 100 0 1000111 111000 1000000 111000 11100

Color Harmonies of #6B7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7020

Black with #6B7020

Text Example


Text Example

White with #6B7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,112,32); }

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

background-color css

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

 a { background-color: rgb(107,112,32); }

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

border-color css

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

 span { border-color: rgb(107,112,32); }

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