Html Css Color HEX #6C7529 Rain Forest

📋 copy color: '#6C7529'

red 108 ◦ green 117 ◦ blue 41

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

Shades of Rain Forest #6C7529

Tints of Rain Forest #6C7529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 40.6%
G = 43.98%
B = 15.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#6C7529 (or 0x6C7529) is known color: Rain Forest. HEX triplet: 6C, 75 and 29. RGB value is (108,117,41). Sum of RGB (Red+Green+Blue) = 108+117+41=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7529 is #938AD6. Grayscale: #696969. Windows color (decimal): -9669335 or 2717036. OLE color: 2717036.

HSL color Cylindrical-coordinate representation of color #6C7529: hue angle of 67.11º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C7529 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 41 -
CMYK 0.08 0 0.65 0.54
HSL 67.11º 0.48% 0.31% -
HSV(B) 67.11º 0.65% 0.46% -
XYZ 12.95 16.07 4.52 -
YUV 105.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 108 117 41 0.08 0 0.65 0.54 67.11 0.48 0.31
Hex 6C 75 29 8 0 41 36 43 30 1F
Octal 154 165 51 10 0 101 66 103 60 37
Binary 1101100 1110101 101001 1000 0 1000001 110110 1000011 110000 11111

Color Harmonies of #6C7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7529

Black with #6C7529

Text Example


Text Example

White with #6C7529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,41); }

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

background-color css

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

 a { background-color: rgb(108,117,41); }

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

border-color css

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

 span { border-color: rgb(108,117,41); }

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