Html Css Color HEX #6C7428 Rain Forest

📋 copy color: '#6C7428'

red 108 ◦ green 116 ◦ blue 40

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

Shades of Rain Forest #6C7428

Tints of Rain Forest #6C7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.94%

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

R = 40.91%
G = 43.94%
B = 15.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#6C7428 (or 0x6C7428) is known color: Rain Forest. HEX triplet: 6C, 74 and 28. RGB value is (108,116,40). Sum of RGB (Red+Green+Blue) = 108+116+40=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7428 is #938BD7. Grayscale: #696969. Windows color (decimal): -9669592 or 2651244. OLE color: 2651244.

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

Color convert

RGB 108 116 40 -
CMYK 0.07 0 0.66 0.55
HSL 66.32º 0.49% 0.31% -
HSV(B) 66.32º 0.66% 0.45% -
XYZ 12.81 15.83 4.39 -
YUV 104.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 108 116 40 0.07 0 0.66 0.55 66.32 0.49 0.31
Hex 6C 74 28 7 0 42 37 42 31 1F
Octal 154 164 50 7 0 102 67 102 61 37
Binary 1101100 1110100 101000 111 0 1000010 110111 1000010 110001 11111

Color Harmonies of #6C7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7428

Black with #6C7428

Text Example


Text Example

White with #6C7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,116,40); }

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

background-color css

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

 a { background-color: rgb(108,116,40); }

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

border-color css

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

 span { border-color: rgb(108,116,40); }

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