Html Css Color HEX #606748 Woodland

📋 copy color: '#606748'

red 96 ◦ green 103 ◦ blue 72

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

Shades of Woodland #606748

Tints of Woodland #606748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

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

R = 35.42%
G = 38.01%
B = 26.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#606748 (or 0x606748) is known color: Woodland. HEX triplet: 60, 67 and 48. RGB value is (96,103,72). Sum of RGB (Red+Green+Blue) = 96+103+72=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #606748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606748 is #9F98B7. Grayscale: #616161. Windows color (decimal): -10459320 or 4745056. OLE color: 4745056.

HSL color Cylindrical-coordinate representation of color #606748: hue angle of 73.55º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606748 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 103 72 -
CMYK 0.07 0 0.30 0.60
HSL 73.55º 0.18% 0.34% -
HSV(B) 73.55º 0.3% 0.4% -
XYZ 10.84 12.66 8 -
YUV 97.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 96 103 72 0.07 0 0.30 0.60 73.55 0.18 0.34
Hex 60 67 48 7 0 1E 3C 4A 12 22
Octal 140 147 110 7 0 36 74 112 22 42
Binary 1100000 1100111 1001000 111 0 11110 111100 1001010 10010 100010

Color Harmonies of #606748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606748

Black with #606748

Text Example


Text Example

White with #606748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606748; }

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

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

background-color css

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

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

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

border-color css

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

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

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