Html Css Color HEX #6B7328 Rain Forest

📋 copy color: '#6B7328'

red 107 ◦ green 115 ◦ blue 40

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

Shades of Rain Forest #6B7328

Tints of Rain Forest #6B7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.89%

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 40.84%
G = 43.89%
B = 15.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#6B7328 (or 0x6B7328) is known color: Rain Forest. HEX triplet: 6B, 73 and 28. RGB value is (107,115,40). Sum of RGB (Red+Green+Blue) = 107+115+40=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7328 is #948CD7. Grayscale: #686868. Windows color (decimal): -9735384 or 2650987. OLE color: 2650987.

HSL color Cylindrical-coordinate representation of color #6B7328: hue angle of 66.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B7328 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 115 40 -
CMYK 0.07 0 0.65 0.55
HSL 66.4º 0.48% 0.3% -
HSV(B) 66.4º 0.65% 0.45% -
XYZ 12.58 15.54 4.34 -
YUV 104.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 107 115 40 0.07 0 0.65 0.55 66.4 0.48 0.3
Hex 6B 73 28 7 0 41 37 42 30 1E
Octal 153 163 50 7 0 101 67 102 60 36
Binary 1101011 1110011 101000 111 0 1000001 110111 1000010 110000 11110

Color Harmonies of #6B7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7328

Black with #6B7328

Text Example


Text Example

White with #6B7328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,40); }

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

background-color css

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

 a { background-color: rgb(107,115,40); }

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

border-color css

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

 span { border-color: rgb(107,115,40); }

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