Html Css Color HEX #606830 Rain Forest

📋 copy color: '#606830'

red 96 ◦ green 104 ◦ blue 48

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

Shades of Rain Forest #606830

Tints of Rain Forest #606830

RGB

 RED value IS 96 (37.89% from 255) = 38.71%

 GREEN value IS 104 (41.02% from 255) = 41.94%

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 38.71%
G = 41.94%
B = 19.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#606830 (or 0x606830) is known color: Rain Forest. HEX triplet: 60, 68 and 30. RGB value is (96,104,48). Sum of RGB (Red+Green+Blue) = 96+104+48=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #606830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606830 is #9F97CF. Grayscale: #5F5F5F. Windows color (decimal): -10459088 or 3172448. OLE color: 3172448.

HSL color Cylindrical-coordinate representation of color #606830: hue angle of 68.57º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #606830 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 48 -
CMYK 0.08 0 0.54 0.59
HSL 68.57º 0.37% 0.3% -
HSV(B) 68.57º 0.54% 0.41% -
XYZ 10.31 12.6 4.69 -
YUV 95.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 96 104 48 0.08 0 0.54 0.59 68.57 0.37 0.3
Hex 60 68 30 8 0 36 3B 45 25 1E
Octal 140 150 60 10 0 66 73 105 45 36
Binary 1100000 1101000 110000 1000 0 110110 111011 1000101 100101 11110

Color Harmonies of #606830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606830

Black with #606830

Text Example


Text Example

White with #606830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606830; }

 p { color: rgb(96,104,48); }

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

background-color css

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

 a { background-color: rgb(96,104,48); }

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

border-color css

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

 span { border-color: rgb(96,104,48); }

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