Html Css Color HEX #606348 Woodland

📋 copy color: '#606348'

red 96 ◦ green 99 ◦ blue 72

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

Shades of Woodland #606348

Tints of Woodland #606348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 35.96%
G = 37.08%
B = 26.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#606348 (or 0x606348) is known color: Woodland. HEX triplet: 60, 63 and 48. RGB value is (96,99,72). Sum of RGB (Red+Green+Blue) = 96+99+72=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #606348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606348 is #9F9CB7. Grayscale: #5F5F5F. Windows color (decimal): -10460344 or 4744032. OLE color: 4744032.

HSL color Cylindrical-coordinate representation of color #606348: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606348 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 72 -
CMYK 0.03 0 0.27 0.61
HSL 66.67º 0.16% 0.34% -
HSV(B) 66.67º 0.27% 0.39% -
XYZ 10.46 11.88 7.87 -
YUV 95.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 96 99 72 0.03 0 0.27 0.61 66.67 0.16 0.34
Hex 60 63 48 3 0 1B 3D 43 10 22
Octal 140 143 110 3 0 33 75 103 20 42
Binary 1100000 1100011 1001000 11 0 11011 111101 1000011 10000 100010

Color Harmonies of #606348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606348

Black with #606348

Text Example


Text Example

White with #606348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606348; }

 p { color: rgb(96,99,72); }

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

background-color css

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

 a { background-color: rgb(96,99,72); }

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

border-color css

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

 span { border-color: rgb(96,99,72); }

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