Html Css Color HEX #6B7221 Rain Forest

📋 copy color: '#6B7221'

red 107 ◦ green 114 ◦ blue 33

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

Shades of Rain Forest #6B7221

Tints of Rain Forest #6B7221

RGB

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

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

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

R = 42.13%
G = 44.88%
B = 12.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#6B7221 (or 0x6B7221) is known color: Rain Forest. HEX triplet: 6B, 72 and 21. RGB value is (107,114,33). Sum of RGB (Red+Green+Blue) = 107+114+33=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7221 is #948DDE. Grayscale: #666666. Windows color (decimal): -9735647 or 2191979. OLE color: 2191979.

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

Color convert

RGB 107 114 33 -
CMYK 0.06 0 0.71 0.55
HSL 65.19º 0.55% 0.29% -
HSV(B) 65.19º 0.71% 0.45% -
XYZ 12.36 15.27 3.74 -
YUV 102.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 107 114 33 0.06 0 0.71 0.55 65.19 0.55 0.29
Hex 6B 72 21 6 0 47 37 41 37 1D
Octal 153 162 41 6 0 107 67 101 67 35
Binary 1101011 1110010 100001 110 0 1000111 110111 1000001 110111 11101

Color Harmonies of #6B7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7221

Black with #6B7221

Text Example


Text Example

White with #6B7221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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