Html Css Color HEX #6B7021 Rain Forest

📋 copy color: '#6B7021'

red 107 ◦ green 112 ◦ blue 33

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

Shades of Rain Forest #6B7021

Tints of Rain Forest #6B7021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 42.46%
G = 44.44%
B = 13.1%

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

#6B7021 (or 0x6B7021) is known color: Rain Forest. HEX triplet: 6B, 70 and 21. RGB value is (107,112,33). Sum of RGB (Red+Green+Blue) = 107+112+33=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7021 is #948FDE. Grayscale: #656565. Windows color (decimal): -9736159 or 2191467. OLE color: 2191467.

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

Color convert

RGB 107 112 33 -
CMYK 0.04 0 0.71 0.56
HSL 63.8º 0.54% 0.28% -
HSV(B) 63.8º 0.71% 0.44% -
XYZ 12.13 14.82 3.66 -
YUV 101.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 107 112 33 0.04 0 0.71 0.56 63.8 0.54 0.28
Hex 6B 70 21 4 0 47 38 40 36 1C
Octal 153 160 41 4 0 107 70 100 66 34
Binary 1101011 1110000 100001 100 0 1000111 111000 1000000 110110 11100

Color Harmonies of #6B7021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7021

Black with #6B7021

Text Example


Text Example

White with #6B7021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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