Html Css Color HEX #6C7325 Rain Forest

📋 copy color: '#6C7325'

red 108 ◦ green 115 ◦ blue 37

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

Shades of Rain Forest #6C7325

Tints of Rain Forest #6C7325

RGB

 RED value IS 108 (42.58% from 255) = 41.54%

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

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 41.54%
G = 44.23%
B = 14.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#6C7325 (or 0x6C7325) is known color: Rain Forest. HEX triplet: 6C, 73 and 25. RGB value is (108,115,37). Sum of RGB (Red+Green+Blue) = 108+115+37=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7325 is #938CDA. Grayscale: #686868. Windows color (decimal): -9669851 or 2454380. OLE color: 2454380.

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

Color convert

RGB 108 115 37 -
CMYK 0.06 0 0.68 0.55
HSL 65.38º 0.51% 0.3% -
HSV(B) 65.38º 0.68% 0.45% -
XYZ 12.65 15.58 4.09 -
YUV 104.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 108 115 37 0.06 0 0.68 0.55 65.38 0.51 0.3
Hex 6C 73 25 6 0 44 37 41 33 1E
Octal 154 163 45 6 0 104 67 101 63 36
Binary 1101100 1110011 100101 110 0 1000100 110111 1000001 110011 11110

Color Harmonies of #6C7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7325

Black with #6C7325

Text Example


Text Example

White with #6C7325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,37); }

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

background-color css

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

 a { background-color: rgb(108,115,37); }

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

border-color css

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

 span { border-color: rgb(108,115,37); }

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